22abec3c5d
Changes in the new release: Fix 10G and 50G speeds in SAI XML to support all interface types Enable SMAC=DMAC and SMAC MC in tunnel debug counter Add tunnel statistics Add isolation group API implementation Fix ACL ANY debug counter to correctly track ACL drops Add VXLAN source port hard coded range, controlled by K/V FW dump me now feature Add mlxtrace to saidump Speed lane setting and AN control Implement query stats API VNI miss part of tunnel decal drop reason Align with SAI API v1.8.1 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.2
|
|
|
|
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)
|