From fec29540a61b212a56bb855ac11dee7411354b4e Mon Sep 17 00:00:00 2001 From: Rajkumar-Marvell <54936542+rajkumar38@users.noreply.github.com> Date: Wed, 5 Apr 2023 23:46:21 +0530 Subject: [PATCH] [Marvell] Update armhf sai debian (#14413) Why I did it Fixed syncd syslog errors reported in issue sonic-net/SONiC#1248 Fixes sonic-net/SONiC#1248 How I did it Compile and load the SAI debian in SONiC 202205 image. How to verify it Verify PTF autorestart testcase passes. Signed-off-by: rajkumar38 --- platform/marvell-armhf/sai.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/marvell-armhf/sai.mk b/platform/marvell-armhf/sai.mk index 454222b7e4d1..1577a625c185 100644 --- a/platform/marvell-armhf/sai.mk +++ b/platform/marvell-armhf/sai.mk @@ -1,6 +1,6 @@ # Marvell SAI -export MRVL_SAI_VERSION = 1.10.2-2 +export MRVL_SAI_VERSION = 1.10.2-3 export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb $(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai