Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_5640_448x100g_16x400g.xml
SAI_KEY_SPC5_LOSSY_SCHEDULING=1
SAI_DEFAULT_SWITCHING_MODE_STORE_FORWARD=1
SAI_KEY_SPC5_LOSSY_SCHEDULING=1
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_5640_512x100g.xml
SAI_KEY_SPC5_LOSSY_SCHEDULING=1
SAI_DEFAULT_SWITCHING_MODE_STORE_FORWARD=1
SAI_KEY_SPC5_LOSSY_SCHEDULING=1
3 changes: 2 additions & 1 deletion platform/mellanox/docker-syncd-mlnx-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN apt-get update \
libnanomsg-dev \
libthrift-0.17.0 \
thrift-compiler \
python3-thrift
python3-thrift \
pciutils

RUN pip3 install --upgrade pip

Expand Down
3 changes: 2 additions & 1 deletion platform/mellanox/docker-syncd-mlnx/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN apt-get update && \
python3-pip \
python3-dev \
python3-jsonschema \
python-is-python3
python-is-python3 \
pciutils

RUN pip3 install --upgrade pip
RUN apt-get purge -y python-pip
Expand Down
Empty file.
Empty file.
1 change: 1 addition & 0 deletions platform/mellanox/docker-syncd-mlnx/sai-spc2.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_MIRROR_SESSION_HW_ID_RESERVATION=7
1 change: 1 addition & 0 deletions platform/mellanox/docker-syncd-mlnx/sai-spc3.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_MIRROR_SESSION_HW_ID_RESERVATION=7
1 change: 1 addition & 0 deletions platform/mellanox/docker-syncd-mlnx/sai-spc4.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_MIRROR_SESSION_HW_ID_RESERVATION=7
2 changes: 2 additions & 0 deletions platform/mellanox/docker-syncd-mlnx/sai-spc5.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SAI_MIRROR_SESSION_HW_ID_RESERVATION=7
SAI_DEFAULT_SWITCHING_MODE_STORE_FORWARD=1