Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dpapp] Add flow in bmv2 pipeline #608

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    07e51b9 View commit details
    Browse the repository at this point in the history
  2. Base on PR524, add flow involved packet path in pipeline:

        1. Update flow table
        2. Add dash headers towards DPAPP
    jimmyzhai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    56099bb View commit details
    Browse the repository at this point in the history
  3. Add flow state FSM

    jimmyzhai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    735147e View commit details
    Browse the repository at this point in the history
  4. 1. remove the use of DPAPP_CONNTRACK

    2. refactor dash_ingress
    jimmyzhai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e939e3d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    46ae92a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991ef88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab45aaf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    2707d58 View commit details
    Browse the repository at this point in the history
  2. Fix per comments

    jimmyzhai committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7389540 View commit details
    Browse the repository at this point in the history
  3. Rename type of is_ipv6 in overlay_data_t from bool to bit<1>,

    as make p4c-dpdk-pna fails due to:
    
    terminate called after throwing an instance of 'Util::CompilerBug'
      what():  In file: /p4c/backends/dpdk/dpdkArch.cpp:467
               Compiler Bug: header fields should be of type bit<> or
               varbit<>found this is_ipv6
    jimmyzhai committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5123008 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. redefine encap_data_t -> meta_encap_data_t and

    overlay_rewrite_data_t -> meta_overlay_rewrite_data_t, as
    header in struct is not well supported for target dpdk-pna.
    jimmyzhai committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    68c7deb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    73256bc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    a57ff8b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    bceb710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443f27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590d9fb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    2cf4047 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    c6bc6fc View commit details
    Browse the repository at this point in the history