Commit 91e64f0
Update SDK to 4.3.3052 (#4153)
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]1 parent 6740b2d commit 91e64f0
File tree
9 files changed
+22
-22
lines changed- device/mellanox
- x86_64-mlnx_msn2700-r0/ACS-MSN2700
- x86_64-mlnx_msn3700-r0/ACS-MSN3700
- platform/mellanox
- mlnx-sai
- sdk-src/sx-kernel
9 files changed
+22
-22
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Submodule SAI-Implementation updated 35 files
- README.md+2-2
- mlnx_sai/debian/changelog+1-1
- mlnx_sai/inc/mlnx_sai.h+11-6
- mlnx_sai/src/Makefile.am+6-1
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_acl.c-4
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_debug_counter.c+9-11
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_hash.c+4-4
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_mirror.c+1-1
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_port.c+12-6
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_tunnel.c+4-4
- mlnx_sai/src/fx_base_api.c+3-3
- mlnx_sai/src/mlnx_sai_acl.c+327-282
- mlnx_sai/src/mlnx_sai_bmtor.c+11-67
- mlnx_sai/src/mlnx_sai_bridge.c+8-7
- mlnx_sai/src/mlnx_sai_buffer.c+70-33
- mlnx_sai/src/mlnx_sai_debug_counter.c+292-235
- mlnx_sai/src/mlnx_sai_hash.c+33-33
- mlnx_sai/src/mlnx_sai_host_interface.c+28-19
- mlnx_sai/src/mlnx_sai_interfacequery.c+21-13
- mlnx_sai/src/mlnx_sai_lag.c+51-34
- mlnx_sai/src/mlnx_sai_mirror.c+9-10
- mlnx_sai/src/mlnx_sai_neighbor.c+4-4
- mlnx_sai/src/mlnx_sai_object.c+7-8
- mlnx_sai/src/mlnx_sai_policer.c+46-23
- mlnx_sai/src/mlnx_sai_port.c+203-122
- mlnx_sai/src/mlnx_sai_rif.c+6-10
- mlnx_sai/src/mlnx_sai_switch.c+363-58
- mlnx_sai/src/mlnx_sai_tunnel.c+163-121
- mlnx_sai/src/mlnx_sai_utils.c+10-10
- mlnx_sai/src/sai_4700.xml+244
- mlnx_sai/src/sai_4700_1G.xml+244
- mlnx_sai/src/sai_4700_pld.xml+34
- mlnx_sai/src/sai_4700_pld_4.xml+48
- mlnx_sai/src/sai_4800.xml+468
- release notes.txt+12-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments