[Marvell] Update armhf sai debian (#18190)

Why I did it
Fixed DhcpV6 CoPP issue. In certain scenarios dhcpv6 packet ff02::1:2,udp=17,l4-dst-port=547 was not trapped to CPU.
Fixed test_copp.py::test_add_new_trap and test_remove_trap PTF failures
Work item tracking
Microsoft ADO (number only):
How I did it
How to verify it
Loaded SAI debian (in syncd docker) and re-run the failed cases.
This commit is contained in:
Rajkumar-Marvell 2024-02-29 12:18:09 +05:30 committed by GitHub
parent 4afb6cf4ab
commit 035b0c3ef4
No account linked to committer's email address

View File

@ -1,6 +1,6 @@
# Marvell SAI # Marvell SAI
export MRVL_SAI_VERSION = 1.12.0-2 export MRVL_SAI_VERSION = 1.12.0-3
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai $(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai