Skip to content

Commit

Permalink
Fix issue test_crm and test_fib (#10585)
Browse files Browse the repository at this point in the history
Why I did it
Fix issue (#9171) and (#9236)

How I did it
Add flag in config file for get correct count of IPv6 entry.
Add init config file to set IPv4 ECMP hash on L4.

How to verify it
Compile the sonic_platform wheel for e1031, then upload to device and install the wheel, verify using testbed.
  • Loading branch information
cel-taylor authored and qiluo-msft committed Apr 26, 2022
1 parent 4dcf6c3 commit 1aeb658
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
sai_postinit_cmd_file=/usr/share/sonic/hwsku/sai_postinit_cmd.soc

ipv6_lpm_128b_enable=1

# disables bcmALPMDH (ALPM distributed hitbit) thread. This thread is purely for debug purpose
l3_alpm_hit_skip=1

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setreg RTAG7_IPV4_TCP_UDP_HASH_FIELD_BMAP_2 IPV4_TCP_UDP_FIELD_BITMAP_A=0xf70

0 comments on commit 1aeb658

Please sign in to comment.