forked from sonic-net/sonic-pins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SAIP4] Switch support for queue names. split out ToR behaviors. Move…
… TTL decrement into packet_rewrites.p4 and delete ttl.p4. All packet rewrites modeling now occurs in one place. Add priorities for acl_ingress_table and acl_ingress_qos_table. [SAI-P4] Add version where deprecated `set_nexthop` action is removed. [SAI-P4] Add version where deprecated `set_nexthop` action is removed. [SAI-P4] drop packets with localhost source/destination IPv4/IPv6 address. (sonic-net#280) * acl_pre_ingress_vlan table should match on ip_type. [SAI P4] Small semantics-preservings tweaks in Packet IO test. [ofpd] Add support for drop flows in ACL ingress QOS table. [ofpd][p4] Add support for forwarding actions in acl qos table. Set ether_type field for AclQosTableGenerator. Fetching P4Info for ToR got crossed. * [SAIP4] Add class to conveniently construct table entries for testing. remove out_port from Ingress ACL tables. * [SAIP4] Switch support for queue names. split out ToR behaviors. Move TTL decrement into packet_rewrites.p4 and delete ttl.p4. All packet rewrites modeling now occurs in one place. Add priorities for acl_ingress_table and acl_ingress_qos_table. [SAI-P4] Add version where deprecated `set_nexthop` action is removed. [SAI-P4] Add version where deprecated `set_nexthop` action is removed. [SAI-P4] drop packets with localhost source/destination IPv4/IPv6 address. --------- Co-authored-by: rhalstea <rhalstea@google.com> Co-authored-by: smolkaj <smolkaj@google.com> Co-authored-by: kishanps <kishanps@google.com> Co-authored-by: bhagatgit <115375369+bhagatgit@users.noreply.github.com>
- Loading branch information
1 parent
8c37944
commit dcd6fc3
Showing
22 changed files
with
293 additions
and
4,526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,7 @@ filegroup( | |
"parser.p4", | ||
"roles.h", | ||
"routing.p4", | ||
"ttl.p4", | ||
"vlan.p4", | ||
"vlan.p4", | ||
], | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.