0d7e400689
Added support BRCM SAI 5.0.0.1. Major changes here: CS00012019568 Link Training (all 100G ASICs - TH families and TD3) CS00012184310 [attribute_capability| for port SAI_PORT_ATTR_TPID returns CREATE_IMP=false|SET_IMP=true|GET_IMP=true CS00012182145 [IPinIP][Tunnel Delete] If IPinIP tunnel delete is performed observed following SYNCd error: ERR syncd#syncd: [none] SAI_API_TUNNEL:brcm_sai_tnl_mp_remove_tunnel_term_table_entry:4026 _brcm_sai_mptnl_sip_tnl_lookup failed with error -7. CS00012182148 Rate Limit Parity error message to syncd/sonic. CS00012178692 ACL drops counted as interface drops CS00012183901 [WARMBOOT] WARMReboot with active traffic causes port flap reported during warm reboot CS00012023263 TD3/TH2 : Support 4 lossless queues(2 SW PFCWD and 2 HW PFCWD) CS00012019578 Pre FEC bit-error rate (BER) - DNX and XGS (TD and TH 50/100G)
10 lines
744 B
Makefile
10 lines
744 B
Makefile
BRCM_SAI = libsaibcm_5.0.0.1_amd64.deb
|
|
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/bcmsai/5.0/master/libsaibcm_5.0.0.1_amd64.deb?sv=2015-04-05&sr=b&sig=FXHu5ggw8zfUdvi0UScTHMAP0X3br0vTM4f2U2brQWo%3D&se=2029-08-15T01%3A20%3A19Z&sp=r"
|
|
BRCM_SAI_DEV = libsaibcm-dev_5.0.0.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/5.0/master/libsaibcm-dev_5.0.0.1_amd64.deb?sv=2015-04-05&sr=b&sig=C48%2BIViiA5KAq4ubDkXSehylTQgiIc7ZD47eo4roBYI%3D&se=2029-08-15T01%3A21%3A14Z&sp=r"
|
|
|
|
SONIC_ONLINE_DEBS += $(BRCM_SAI)
|
|
$(BRCM_SAI_DEV)_DEPENDS += $(BRCM_SAI)
|
|
$(eval $(call add_conflict_package,$(BRCM_SAI_DEV),$(LIBSAIVS_DEV)))
|