16dc30b944
- Why I did it Changes in the new release: 1. Fix 10G and 50G speeds in SAI XML to support all interface types 2. Enable SMAC=DMAC and SMAC MC in tunnel debug counter 3. Add tunnel statistics 4. Add isolation group API implementation 5. Fix ACL ANY debug counter to correctly track ACL drops 6. Add VXLAN source port hard coded range, controlled by K/V 7. FW dump me now feature 8. Add mlxtrace to saidump 9. Speed lane setting and AN control 10. Implement query stats API 11. VNI miss part of tunnel decal drop reason - How I did it Update the version number in SAI make file, update the mlnx-sai submodule pointer. - How to verify it Run full regression tests on Mellanox platforms Signed-off-by: Dror Prital <drorp@nvidia.com>
15 lines
515 B
Makefile
15 lines
515 B
Makefile
# Mellanox SAI
|
|
|
|
MLNX_SAI_VERSION = SAIRel1.18.3.0
|
|
|
|
export MLNX_SAI_VERSION
|
|
|
|
MLNX_SAI = mlnx-sai_1.mlnx.$(MLNX_SAI_VERSION)_amd64.deb
|
|
$(MLNX_SAI)_SRC_PATH = $(PLATFORM_PATH)/mlnx-sai
|
|
$(MLNX_SAI)_DEPENDS += $(MLNX_SDK_DEBS)
|
|
$(MLNX_SAI)_RDEPENDS += $(MLNX_SDK_RDEBS) $(MLNX_SDK_DEBS)
|
|
$(eval $(call add_conflict_package,$(MLNX_SAI),$(LIBSAIVS_DEV)))
|
|
MLNX_SAI_DBGSYM = mlnx-sai-dbgsym_1.mlnx.$(MLNX_SAI_VERSION)_amd64.deb
|
|
$(eval $(call add_derived_package,$(MLNX_SAI),$(MLNX_SAI_DBGSYM)))
|
|
SONIC_MAKE_DEBS += $(MLNX_SAI)
|