From 357ab54e0865ff93b3229f2ff9732c1ca90da1e3 Mon Sep 17 00:00:00 2001 From: Rajkumar-Marvell <54936542+rajkumar38@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:17:53 +0530 Subject: [PATCH] [Marvell] Updated SAI 1.13.0 amd64 debian (#16811) Why I did it Added Marvell SAI-1.13.0 debian support for x86_64 platform. Work item tracking Microsoft ADO (number only): How I did it compile marvel libsai.so (with SAI headers from version 1.13.0) and package it with version 1.13.0-1 How to verify it --- platform/marvell/sai.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/marvell/sai.mk b/platform/marvell/sai.mk index 602f922968..231bdfc810 100644 --- a/platform/marvell/sai.mk +++ b/platform/marvell/sai.mk @@ -1,6 +1,6 @@ # Marvell SAI -export MRVL_SAI_VERSION = 1.8.1-1 +export MRVL_SAI_VERSION = 1.13.0-1 export MRVL_SAI = mrvllibsai_amd64_$(MRVL_SAI_VERSION).deb $(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai