Skip to content

Commit

Permalink
[device]: Add SAI checksum verify to TD3 config (#8886)
Browse files Browse the repository at this point in the history
A new config option `sai_verify_incoming_chksum` was added to control the value of IPV4_INCR_CHECKSUM_ORIGINAL_VALUE_VERIFY in the EGR_FLEX_CONFIG control register (this prevents checksums of 0xffff from being propagated to other devices)

Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
  • Loading branch information
theasianpianist committed Oct 4, 2021
1 parent d599a57 commit a22c822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_issu/b870.6.4.1/
sai_adjust_acl_drop_in_rx_drop=1
sai_verify_incoming_chksum=0
host_as_route_disable=1
use_all_splithorizon_groups=1
riot_enable=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_issu/b870.6.4.1/
sai_adjust_acl_drop_in_rx_drop=1
sai_verify_incoming_chksum=0
host_as_route_disable=1
use_all_splithorizon_groups=1
riot_enable=1
Expand Down
1 change: 1 addition & 0 deletions src/sonic-device-data/tests/permitted_list
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,4 @@ buf.map.egress_pool0.ingress_pool
buf.map.egress_pool1.ingress_pool
buf.map.egress_pool2.ingress_pool
sai_adjust_acl_drop_in_rx_drop
sai_verify_incoming_chksum

0 comments on commit a22c822

Please sign in to comment.