Skip to content

[Broadcom] Upgrade xgs SAI to 12.3.6.2#22219

Merged
kperumalbfn merged 1 commit intosonic-net:202411from
Gfrom2016:upgrade_SAI_202411
Apr 3, 2025
Merged

[Broadcom] Upgrade xgs SAI to 12.3.6.2#22219
kperumalbfn merged 1 commit intosonic-net:202411from
Gfrom2016:upgrade_SAI_202411

Conversation

@Gfrom2016
Copy link
Contributor

Why I did it

Upgrade xgs SAI version to 12.3.6.2 with following changes:

  • 12.3.6.2: GET requests using SAI_PORT_ATTR_SPEED have adverse consequences
    • Customer uses KNET, and during the get call, we configure the host/linux interface speed which is not expected.
    • kernel netdev port speed change causing dataplane disruptions.
      update netdev speed during hostif creation itself.
  • 12.3.4.2: Remove VxLAN nexthops when tunnel map entry is removed
Work item tracking
  • Microsoft ADO (number only): 32131415

How I did it

Update xgs SAI version in sai.mk.

How to verify it

Signed-off-by: zitingguo-ms zitingguo@microsoft.com

Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
@Gfrom2016 Gfrom2016 requested a review from lguohan as a code owner April 3, 2025 05:57
@mssonicbld
Copy link
Collaborator

/azp run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kperumalbfn kperumalbfn merged commit fd4d058 into sonic-net:202411 Apr 3, 2025
12 checks passed
DavidZagury pushed a commit to DavidZagury/sonic-buildimage that referenced this pull request Apr 28, 2025
…-net#1052)

Code sync sonic-net/sonic-buildimage:202411 => 202412

```
*   903637b (HEAD -> code-sync-202412, origin/code-sync-202412) r12f 250424:0714 - Merge remote-tracking branch 'base/202411' into code-sync-202412
|\  
| * 367199f (base/202411) mssonicbld 250423:1901 - [submodule] Update submodule sonic-swss to the latest HEAD automatically (sonic-net#22412)
| * 0da8b10 mssonicbld 250422:1901 - [submodule] Update submodule sonic-sairedis to the latest HEAD automatically (sonic-net#22397)
| * 4700d35 mssonicbld 250418:1901 - [submodule] Update submodule sonic-swss to the latest HEAD automatically (sonic-net#22364)
| * 688b708 mssonicbld 250418:1901 - [CI]Add a pipeline to generates daily, successful virtual SONiC images (sonic-net#22368)
| * c70a09c mssonicbld 250416:1601 - [submodule] Update submodule sonic-utilities to the latest HEAD automatically (sonic-net#22329)
| * 1711475 mssonicbld 250416:0101 - [ci] Stop building slave docker for jessie and march (sonic-net#22331)
| * 8f40740 Saikrishna Arcot 250414:1755 - [202411] Update to Linux 6.1.123 (sonic-net#21736)
| * 2fd97fe mssonicbld 250411:1902 - [chassis-packet] Allow Fallback Route to get programmed on Downstream LC (sonic-net#21833)
| * f2a76d5 Volodymyr Samotiy 250410:1845 - [202411][Mellanox] Integrate HW-MGMT Version 7.0040.2207 (sonic-net#22202)
| * d9fd131 mssonicbld 250408:0920 - [submodule] Update submodule sonic-gnmi to the latest HEAD automatically (sonic-net#22258)
| * bbd6e3c mssonicbld 250407:2200 - extend frr reconnect bmp retry interval from 1-2s into 10-15s. (sonic-net#22251)
| * 3807de0 Aravind-Subbaroyan 250406:1803 - Update cisco-8000.ini (sonic-net#22247)
| * bd3a419 Feng-msft 250407:1038 - Split frr_bmp feature switch for turn on FRR side bmp tunneling via Liquid (sonic-net#22243)
| * b754560 mssonicbld 250404:1901 - [submodule] Update submodule sonic-utilities to the latest HEAD automatically (sonic-net#22232)
| * fd4d058 zitingguo-ms 250404:0123 - [Broadcom] Upgrade xgs SAI to 12.3.6.2 (sonic-net#22219)
| * 6042d69 mssonicbld 250404:0020 - [submodule] Update submodule sonic-sairedis to the latest HEAD automatically (sonic-net#22227)
| * b9a0031 mssonicbld 250404:0020 - [submodule] Update submodule sonic-swss to the latest HEAD automatically (sonic-net#22228)
| * 2bb570a sschlafman 250403:0854 - [202411] Changed SKU name to Mellanox-SN4280-C48-202411 (sonic-net#22121)
| * a06b315 sschlafman 250403:0854 - [202411] Add new T1 Mellanox-SN4280-O8V40 SKU for 202411 (sonic-net#22108)
| * 6921735 Ying Xie 250403:0716 - [FRR] fix FRR mgmtd losing configuration issue (sonic-net#22183)
| * f7cbdd9 Stepan Blyshchak 250402:2200 - [orchagent.sh] mask SIGHUP before starting orchagent (sonic-net#22208)
| * 4765324 sudhanshukumar22 250401:2234 -  [202411][FRR] Port Fix from FRR community for issue sonic-net#18493
| * 874cbf4 Sai Kiran 250401:1546 - [docker-ptf] Port changes from master (sonic-net#22185)
```

---------

Co-authored-by: Sai Kiran <110003254+opcoder0@users.noreply.github.com>
Co-authored-by: sudhanshukumar22 <51457531+sudhanshukumar22@users.noreply.github.com>
Co-authored-by: Stepan Blyshchak <38952541+stepanblyschak@users.noreply.github.com>
Co-authored-by: Ying Xie <yxieca@users.noreply.github.com>
Co-authored-by: sschlafman <sschlafman@nvidia.com>
Co-authored-by: mssonicbld <79238446+mssonicbld@users.noreply.github.com>
Co-authored-by: zitingguo-ms <zitingguo@microsoft.com>
Co-authored-by: Feng-msft <fenpan@microsoft.com>
Co-authored-by: Aravind-Subbaroyan <125076667+Aravind-Subbaroyan@users.noreply.github.com>
Co-authored-by: Volodymyr Samotiy <volodymyrs@nvidia.com>
Co-authored-by: Saikrishna Arcot <sarcot@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants