Commit f36952f
authored
[Mellanox]: Update SAI to v1.19.2 (sonic-net#8618)
- Why I did it
Advance to Mellanox SAI ver 1.19.2 to pick up dynamic Policy Based Hashing support.
For this version above the static Policy Based Hashing is no longer supported.
For detailed release notes check https://github.com/Mellanox/SAI-Implementation/blob/sonic2111/release%20notes.txt
- How I did it
Updated SAI-Implementation submodule
- How to verify it
1. make configure PLATFORM=mellanox
2. make target/sonic-mellanox.bin
Run full regression as well as new dynamic PBH tests
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>1 parent f894954 commit f36952f
2 files changed
Lines changed: 2 additions & 2 deletions
| 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 22 files
- mlnx_sai/debian/changelog+1-1
- mlnx_sai/inc/mlnx_sai.h+151-8
- mlnx_sai/mlnx_sai.vcxproj+2
- mlnx_sai/mlnx_sai.vcxproj.filters+6
- mlnx_sai/src/Makefile.am+2
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_gp_reg.c+138
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_hash.c+4-2
- mlnx_sai/src/dbgdump/mlnx_sai_dbg_udf.c+13-1
- mlnx_sai/src/fx_base_api.c+40-40
- mlnx_sai/src/mlnx_sai_acl.c+1.2k-592
- mlnx_sai/src/mlnx_sai_bfd.c+6-1
- mlnx_sai/src/mlnx_sai_counter.c+2-2
- mlnx_sai/src/mlnx_sai_hash.c+2.1k-7
- mlnx_sai/src/mlnx_sai_host_interface.c+1-1
- mlnx_sai/src/mlnx_sai_interfacequery.c+3
- mlnx_sai/src/mlnx_sai_issu_storage.c+1.4k
- mlnx_sai/src/mlnx_sai_nexthopgroup.c+1-1
- mlnx_sai/src/mlnx_sai_port.c+1-12
- mlnx_sai/src/mlnx_sai_switch.c+94-44
- mlnx_sai/src/mlnx_sai_udf.c+759-73
- mlnx_sai/src/mlnx_sai_utils.c+2
- release notes.txt+1-1
0 commit comments