7fc8caa36b
Changes in the new release: 1. Policy based hashing optimization 2. New attribute support for Max port headroom 3. Tunnel ECN map fixes 4. Tunnel EVPN skeleton extensions (peer attrib, maps) 5. Bridge port admin not affecting port admin (optimize port down time) 6. CRM new API for neighbors and tunnel termination entries 7. Improve FDB event for flush by bridge port (before, null bridge was reported to SONiC, now the bridge will be extracted from bridge port) 8. DHCP L2 v4+v6 traps (for ZTP use case) 9. Generic counter implementation Signed-off-by: Kebo Liu <kebol@nvidia.com>
15 lines
515 B
Makefile
15 lines
515 B
Makefile
# Mellanox SAI
|
|
|
|
MLNX_SAI_VERSION = SAIRel1.18.1.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)
|