Skip to content

Commit

Permalink
P3.0.3: sonic 202311 patch update
Browse files Browse the repository at this point in the history
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
  • Loading branch information
pavannaregundi authored and radha-danda committed Jun 14, 2024
1 parent 39e74d7 commit d9d5017
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/202311/0001-Enable-AC5X-marvell-x86-platform.patch
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ index 0bf366af4..528b6544a 100644
-export MRVL_SAI_VERSION = 1.13.3-1
-export MRVL_SAI = mrvllibsai_amd64_$(MRVL_SAI_VERSION).deb
+BRANCH = 202311
+MRVL_SAI_VERSION = 1.13.3-2
+MRVL_SAI_VERSION = 1.13.3-3

-$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
+MRVL_SAI_URL_PREFIX = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/$(CONFIGURED_ARCH)/sai-plugin/$(BRANCH)/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index 23be2753a5d..85609e63b28 100644
# Marvell SAI

-export MRVL_SAI_VERSION = 1.13.3-2
+export MRVL_SAI_VERSION = 1.13.3-3
+export MRVL_SAI_VERSION = 1.13.3-4
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb

$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
Binary file modified files/mrvl_sonic_hwsku_ezb.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions sonic_202311_apply_patch_bullseye.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ LOG_FILE=patches_result.log
FULL_PATH=`pwd`

# Path for 202311 patches
TAG="202311_03"
TAG="202311_04"
BRANCH="202311"
WGET_PATH="https://raw.githubusercontent.com/Marvell-switching/sonic-scripts/$TAG/files/"

# Patches
SERIES="0001-Redis-timeout-WA.patch
0001-Enable-AC5X-marvell-x86-platform.patch
0001-Update-marvell-arm64-submodules.patch
0001-Update-sai-deb-to-1.13.3-3.patch"
0001-Update-sai-deb-to-1.13.3-4.patch"

PATCHES=""

Expand Down

0 comments on commit d9d5017

Please sign in to comment.