Skip to content

[Mellanox] Update SAI/SDK/FW to new version#4153

Merged
liat-grozovik merged 1 commit intosonic-net:masterfrom
keboliu:sdk-3052
Feb 16, 2020
Merged

[Mellanox] Update SAI/SDK/FW to new version#4153
liat-grozovik merged 1 commit intosonic-net:masterfrom
keboliu:sdk-3052

Conversation

@keboliu
Copy link
Collaborator

@keboliu keboliu commented Feb 14, 2020

- What I did
update SDK to 4.3.3052
update FW to xx_2000_3298
update SAI to 1.16.0
update Spectrum-1 and Spectrum-2 buffer pool size according to the new SDK default config change.

- How I did it
update SAI, SDK submodule pointer, update the version number in make files.

- How to verify it
build a new image and run a regression.

- Description for the changelog

modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t0.j2
modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t1.j2
modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t0.j2
modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t1.j2
modified:   fw.mk
modified:   mlnx-sai.mk
modified:   mlnx-sai/SAI-Implementation
modified:   sdk-src/sx-kernel/Switch-SDK-drivers
modified:   sdk.mk

- A picture of a cute animal (not mandatory but encouraged)

update FW to xx_2000_3298
update SAI to 1.16.0

update Spectrum-1 and Spectrum-2 buffer pool size according to the new SDK default config change.

	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t1.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t1.j2
	modified:   fw.mk
	modified:   mlnx-sai.mk
	modified:   mlnx-sai/SAI-Implementation
	modified:   sdk-src/sx-kernel/Switch-SDK-drivers
	modified:   sdk.mk

signed-off by [email protected]
@prsunny
Copy link
Contributor

prsunny commented Feb 14, 2020

retest vs please

Copy link
Contributor

@prsunny prsunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lguohan to review buffer values

{% set egress_lossless_pool_size = '16777152' %}
{% set egress_lossy_pool_size = '7340032' %}
{% set ingress_lossless_pool_size = '5029836' %}
{% set ingress_lossy_pool_size = '5029836' %}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is concern, i do not understand why pool is changing.

@liat-grozovik liat-grozovik merged commit 4afb56d into sonic-net:master Feb 16, 2020
prsunny pushed a commit that referenced this pull request Feb 20, 2020
update FW to xx_2000_3298
update SAI to 1.16.0

update Spectrum-1 and Spectrum-2 buffer pool size according to the new SDK default config change.

	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t1.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t1.j2
	modified:   fw.mk
	modified:   mlnx-sai.mk
	modified:   mlnx-sai/SAI-Implementation
	modified:   sdk-src/sx-kernel/Switch-SDK-drivers
	modified:   sdk.mk

signed-off by [email protected]
abdosi pushed a commit that referenced this pull request Feb 24, 2020
update FW to xx_2000_3298
update SAI to 1.16.0

update Spectrum-1 and Spectrum-2 buffer pool size according to the new SDK default config change.

	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t1.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t1.j2
	modified:   fw.mk
	modified:   mlnx-sai.mk
	modified:   mlnx-sai/SAI-Implementation
	modified:   sdk-src/sx-kernel/Switch-SDK-drivers
	modified:   sdk.mk

signed-off by [email protected]
stepanblyschak pushed a commit to stepanblyschak/sonic-buildimage that referenced this pull request Feb 26, 2020
update FW to xx_2000_3298
update SAI to 1.16.0

update Spectrum-1 and Spectrum-2 buffer pool size according to the new SDK default config change.

	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t1.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t1.j2
	modified:   fw.mk
	modified:   mlnx-sai.mk
	modified:   mlnx-sai/SAI-Implementation
	modified:   sdk-src/sx-kernel/Switch-SDK-drivers
	modified:   sdk.mk

signed-off by [email protected]

Signed-off-by: Stepan Blyschak <[email protected]>

Conflicts:
	platform/mellanox/fw.mk
pphuchar pushed a commit to SONIC-DEV/sonic-buildimage that referenced this pull request Mar 9, 2020
update FW to xx_2000_3298
update SAI to 1.16.0

update Spectrum-1 and Spectrum-2 buffer pool size according to the new SDK default config change.

	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t1.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t1.j2
	modified:   fw.mk
	modified:   mlnx-sai.mk
	modified:   mlnx-sai/SAI-Implementation
	modified:   sdk-src/sx-kernel/Switch-SDK-drivers
	modified:   sdk.mk

signed-off by [email protected]
tiantianlv pushed a commit to SONIC-DEV/sonic-buildimage that referenced this pull request Apr 24, 2020
update FW to xx_2000_3298
update SAI to 1.16.0

update Spectrum-1 and Spectrum-2 buffer pool size according to the new SDK default config change.

	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/buffers_defaults_t1.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t0.j2
	modified:   ../../device/mellanox/x86_64-mlnx_msn3700-r0/ACS-MSN3700/buffers_defaults_t1.j2
	modified:   fw.mk
	modified:   mlnx-sai.mk
	modified:   mlnx-sai/SAI-Implementation
	modified:   sdk-src/sx-kernel/Switch-SDK-drivers
	modified:   sdk.mk

signed-off by [email protected]
mssonicbld added a commit that referenced this pull request Dec 15, 2025
…atically (#24387)

#### Why I did it
src/sonic-utilities
```
* 8012ba4 - (HEAD -> master, origin/master, origin/HEAD) Added FEC maxT to the fec stat CLI (#4153) (2 days ago) [Prince George]
* c225725 - Fix invalid JSON output for 'show ip route <protocol> json' commands (#4111) (4 days ago) [Bojun Feng]
```
#### How I did it
#### How to verify it
#### Description for the changelog
hdwhdw pushed a commit to hdwhdw/sonic-buildimage that referenced this pull request Dec 18, 2025
…atically (sonic-net#24387)

#### Why I did it
src/sonic-utilities
```
* 8012ba4 - (HEAD -> master, origin/master, origin/HEAD) Added FEC maxT to the fec stat CLI (sonic-net#4153) (2 days ago) [Prince George]
* c225725 - Fix invalid JSON output for 'show ip route <protocol> json' commands (sonic-net#4111) (4 days ago) [Bojun Feng]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: Dawei Huang <[email protected]>
xwjiang-ms pushed a commit to xwjiang-ms/sonic-buildimage that referenced this pull request Dec 22, 2025
…atically (sonic-net#24387)

#### Why I did it
src/sonic-utilities
```
* 8012ba4 - (HEAD -> master, origin/master, origin/HEAD) Added FEC maxT to the fec stat CLI (sonic-net#4153) (2 days ago) [Prince George]
* c225725 - Fix invalid JSON output for 'show ip route <protocol> json' commands (sonic-net#4111) (4 days ago) [Bojun Feng]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: xiaweijiang <[email protected]>
jasonbridges pushed a commit to jasonbridges/sonic-buildimage that referenced this pull request Jan 22, 2026
…atically (sonic-net#24387)

#### Why I did it
src/sonic-utilities
```
* 8012ba4 - (HEAD -> master, origin/master, origin/HEAD) Added FEC maxT to the fec stat CLI (sonic-net#4153) (2 days ago) [Prince George]
* c225725 - Fix invalid JSON output for 'show ip route <protocol> json' commands (sonic-net#4111) (4 days ago) [Bojun Feng]
```
#### How I did it
#### How to verify it
#### Description for the changelog
FengPan-Frank pushed a commit to FengPan-Frank/sonic-buildimage that referenced this pull request Mar 6, 2026
…atically (sonic-net#24387)

#### Why I did it
src/sonic-utilities
```
* 8012ba4 - (HEAD -> master, origin/master, origin/HEAD) Added FEC maxT to the fec stat CLI (sonic-net#4153) (2 days ago) [Prince George]
* c225725 - Fix invalid JSON output for 'show ip route <protocol> json' commands (sonic-net#4111) (4 days ago) [Bojun Feng]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: Feng Pan <[email protected]>
dprital pushed a commit that referenced this pull request Mar 19, 2026
…atically (#24387)

#### Why I did it
src/sonic-utilities
```
* 8012ba4 - (HEAD -> master, origin/master, origin/HEAD) Added FEC maxT to the fec stat CLI (#4153) (2 days ago) [Prince George]
* c225725 - Fix invalid JSON output for 'show ip route <protocol> json' commands (#4111) (4 days ago) [Bojun Feng]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: dprital <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants