Skip to content

Commit 988a687

Browse files
authored
Fix issue test_crm and test_fib (#10585)
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.
1 parent 3abf383 commit 988a687

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

device/celestica/x86_64-cel_e1031-r0/Celestica-E1031-T48S4/helix4-e1031-48x1G+4x10G.config.bcm

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
sai_postinit_cmd_file=/usr/share/sonic/hwsku/sai_postinit_cmd.soc
2+
3+
ipv6_lpm_128b_enable=1
4+
15
# disables bcmALPMDH (ALPM distributed hitbit) thread. This thread is purely for debug purpose
26
l3_alpm_hit_skip=1
37

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setreg RTAG7_IPV4_TCP_UDP_HASH_FIELD_BMAP_2 IPV4_TCP_UDP_FIELD_BITMAP_A=0xf70

0 commit comments

Comments
 (0)