Skip to content

Commit

Permalink
[Marvell] Update SAI SDK and driver (#21489)
Browse files Browse the repository at this point in the history
Why I did it
Updating SDK SAI debian version to 1.15.1-1 and integrate fixes in SDK driver.

How to verify it
Verified by running SONIC PTF.

Signed-off-by: Pavan Naregundi <[email protected]>
  • Loading branch information
pavannaregundi authored Feb 6, 2025
1 parent cd61702 commit d6ae19f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions platform/marvell/sai.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

BRANCH = master
ifeq ($(CONFIGURED_ARCH),arm64)
MRVL_SAI_VERSION = 1.14.0-1
MRVL_SAI_VERSION = 1.15.1-1
else ifeq ($(CONFIGURED_ARCH),armhf)
MRVL_SAI_VERSION = 1.14.0-1
MRVL_SAI_VERSION = 1.15.1-1
else
MRVL_SAI_VERSION = 1.14.0-1
MRVL_SAI_VERSION = 1.15.1-1
endif

MRVL_SAI_URL_PREFIX = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/$(CONFIGURED_ARCH)/sai-plugin/$(BRANCH)/
Expand Down

0 comments on commit d6ae19f

Please sign in to comment.