Skip to content

Commit 960148a

Browse files
ziverlichsonlguohan
authored andcommitted
Marvell's updates for SONiC 201803 over SAI v1.2 (#1588)
1 parent 30d289f commit 960148a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

platform/marvell/rules.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SONIC_ALL += $(SONIC_ONE_IMAGE) \
1212
$(DOCKER_SYNCD_MRVL_RPC)
1313

1414
# Inject mrvl sai into sairedis
15-
$(LIBSAIREDIS)_DEPENDS += $(MRVL_FPA) $(MRVL_SAI) #$(LIBSAITHRIFT_DEV_MRVL)
15+
$(LIBSAIREDIS)_DEPENDS += $(MRVL_FPA) $(MRVL_SAI) $(LIBSAITHRIFT_DEV_MRVL)
1616

1717
# Runtime dependency on mrvl sai is set only for syncd
1818
$(SYNCD)_RDEPENDS += $(MRVL_SAI)

platform/marvell/sai.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Marvell SAI
22

3-
export MRVL_SAI_VERSION = 1.0.1
4-
export MRVL_SAI_TAG = SONiC.201712
3+
export MRVL_SAI_VERSION = 1.2.1
4+
export MRVL_SAI_TAG = SONiC.201803
55
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION).deb
66

77
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai

platform/marvell/sdk.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Marvell FPA
22

3-
export MRVL_FPA_VERSION = 1.0.1
4-
export MRVL_FPA_TAG = SONiC.201712
3+
export MRVL_FPA_VERSION = 1.2.1
4+
export MRVL_FPA_TAG = SONiC.201803
55
export MRVL_FPA = mrvllibfpa_$(MRVL_FPA_VERSION).deb
66

77
$(MRVL_FPA)_SRC_PATH = $(PLATFORM_PATH)/sdk

0 commit comments

Comments
 (0)