Fix issue test_crm and test_fib (#10585)
Why I did it Fix issue (https://github.com/Azure/sonic-buildimage/issues/9171) and (https://github.com/Azure/sonic-buildimage/issues/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.
This commit is contained in:
parent
3abf383d3d
commit
988a687182
@ -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
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
setreg RTAG7_IPV4_TCP_UDP_HASH_FIELD_BMAP_2 IPV4_TCP_UDP_FIELD_BITMAP_A=0xf70
|
Loading…
Reference in New Issue
Block a user