sonic-buildimage/platform/broadcom/sai.mk
gechiang 9c9d902ede
[202012]BRCM SAI 4.3.7.1-1 pick up fix CS00012263713 (mirrored packet with extra VLAN Tag) (#12275)
Pick up fix for CS00012263713 (mirrored packet with extra VLAN Tag) BRCM SAI 4.3.7.1-1

Preliminary tests look fine. BGP neighbors were all up with proper routes programmed
interfaces are all up
Manually ran the following test cases on 7050CX3 (TD3) T0 DUT and all passed:

     fib/test_fib.py
     acl/test_acl.py
     arp/test_neighbor_mac_noptf.py
     fdb/test_fdb.py
     decap/test_decap.py
     pc/test_lag_2.py
     pc/test_po_cleanup.py
     pc/test_po_update.py
     everflow/test_everflow_ipv6.py
     everflow/test_everflow_testbed.py
     route/test_default_route.py
     ipfwd/test_dip_sip.py
     copp/test_copp.py
     crm/test_crm.py
2022-10-05 09:40:55 -07:00

10 lines
814 B
Makefile

BRCM_SAI = libsaibcm_4.3.7.1-1_amd64.deb
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/bcmsai/4.3/202012/libsaibcm_4.3.7.1-1_amd64.deb?sv=2020-04-08&st=2022-10-05T01%3A58%3A26Z&se=2037-10-06T01%3A58%3A00Z&sr=b&sp=r&sig=wWW5cJ1RpH2NS%2Fz5LIMkuVKMAnw6nPMfR7Q9%2BqCG8ck%3D"
BRCM_SAI_DEV = libsaibcm-dev_4.3.7.1-1_amd64.deb
$(eval $(call add_derived_package,$(BRCM_SAI),$(BRCM_SAI_DEV)))
$(BRCM_SAI_DEV)_URL = "https://sonicstorage.blob.core.windows.net/packages/bcmsai/4.3/202012/libsaibcm-dev_4.3.7.1-1_amd64.deb?sv=2020-04-08&st=2022-10-05T02%3A00%3A59Z&se=2037-10-06T02%3A00%3A00Z&sr=b&sp=r&sig=7AozOTdDhbjjc2ubXURoWG%2B9l6tqnRuoMOL%2FBYilDAc%3D"
SONIC_ONLINE_DEBS += $(BRCM_SAI)
$(BRCM_SAI_DEV)_DEPENDS += $(BRCM_SAI)
$(eval $(call add_conflict_package,$(BRCM_SAI_DEV),$(LIBSAIVS_DEV)))