Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Broadcom] Upgrade xgs SAI version to 11.2.13.1 #20489

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

Gfrom2016
Copy link
Contributor

@Gfrom2016 Gfrom2016 commented Oct 14, 2024

Why I did it

Upgrade xgs SAI version to 11.2.12.1-1 with following fixes:

  • 11.2.5.1: [CSP CS00012362865]Fabric switch initialization delayed if SW linkscan enabled during platform init
  • 11.2.6.1: [CSP CS00012359404] Port SONIC-93179 to SAI 11.2 branch
  • 11.2.7.1: Error with setting SAI_NEIGHBOR_ENTRY_ATTR_IS_LOCAL attribute for neighbor
  • 11.2.8.1: [CSP CS00012340980] Use LOG_ERROR instead of LOG_WARN in BCM_CHECK_ERROR_RETURN.
  • 11.2.9.1: [CSP CS00012352844] Added missing DoNOtLearn action to knet port trap
  • 11.2.10.1: Avoid using strcpy() in SDK kernel modules
  • 11.2.11.1: [CSP CS00012355320] Bookworm GPL-modules: 'lspci -d' command no longer takes '0x'
  • 11.2.12.1: Avoid using strcpy() in SDK kernel modules
  • 11.2.12.1-1: [AN/LT] enable Microsoft AN/LT behavior
  • 11.2.13.0: [CSP CS00012363592] SONIC-94873 to 11.2 Changes to apply the KNET bypass rule on RCY ports
Work item tracking
  • Microsoft ADO (number only): 29867405

How I did it

Upgrade the SAI version in the sai.mk file.

How to verify it

https://dev.azure.com/mssonic/internal/_build/results?buildId=673863&view=results

Which release branch to backport (provide reason below if selected)

  • 202405

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

Tested branch (Please provide the tested image version)

Description for the changelog

Link to config_db schema for YANG module changes

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

Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
@Gfrom2016 Gfrom2016 changed the title [Broadcom] Upgrade xgs SAI version to 11.2.12.1-1 [Broadcom] Upgrade xgs SAI version to 11.2.13.1 Oct 17, 2024
Copy link
Contributor

@StormLiangMS StormLiangMS left a comment

Choose a reason for hiding this comment

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

LGTM

@StormLiangMS
Copy link
Contributor

/azp run Azure.sonic-buildimage

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@StormLiangMS
Copy link
Contributor

hi @bingwang-ms could you help with cherrypick to 202405?

mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Oct 24, 2024
Why I did it
Upgrade xgs SAI version to 11.2.12.1-1 with following fixes:

11.2.5.1: [CSP CS00012362865]Fabric switch initialization delayed if SW linkscan enabled during platform init
11.2.6.1: [CSP CS00012359404] Port SONIC-93179 to SAI 11.2 branch
11.2.7.1: Error with setting SAI_NEIGHBOR_ENTRY_ATTR_IS_LOCAL attribute for neighbor
11.2.8.1: [CSP CS00012340980] Use LOG_ERROR instead of LOG_WARN in BCM_CHECK_ERROR_RETURN.
11.2.9.1: [CSP CS00012352844] Added missing DoNOtLearn action to knet port trap
11.2.10.1: Avoid using strcpy() in SDK kernel modules
11.2.11.1: [CSP CS00012355320] Bookworm GPL-modules: 'lspci -d' command no longer takes '0x'
11.2.12.1: Avoid using strcpy() in SDK kernel modules
11.2.12.1-1: [AN/LT] enable Microsoft AN/LT behavior
11.2.13.0: [CSP CS00012363592] SONIC-94873 to 11.2 Changes to apply the KNET bypass rule on RCY ports
Work item tracking
Microsoft ADO (number only): 29867405
How I did it
Upgrade the SAI version in the sai.mk file.

How to verify it
https://dev.azure.com/mssonic/internal/_build/results?buildId=673863&view=results
@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202405: #20604

mssonicbld pushed a commit that referenced this pull request Oct 28, 2024
Why I did it
Upgrade xgs SAI version to 11.2.12.1-1 with following fixes:

11.2.5.1: [CSP CS00012362865]Fabric switch initialization delayed if SW linkscan enabled during platform init
11.2.6.1: [CSP CS00012359404] Port SONIC-93179 to SAI 11.2 branch
11.2.7.1: Error with setting SAI_NEIGHBOR_ENTRY_ATTR_IS_LOCAL attribute for neighbor
11.2.8.1: [CSP CS00012340980] Use LOG_ERROR instead of LOG_WARN in BCM_CHECK_ERROR_RETURN.
11.2.9.1: [CSP CS00012352844] Added missing DoNOtLearn action to knet port trap
11.2.10.1: Avoid using strcpy() in SDK kernel modules
11.2.11.1: [CSP CS00012355320] Bookworm GPL-modules: 'lspci -d' command no longer takes '0x'
11.2.12.1: Avoid using strcpy() in SDK kernel modules
11.2.12.1-1: [AN/LT] enable Microsoft AN/LT behavior
11.2.13.0: [CSP CS00012363592] SONIC-94873 to 11.2 Changes to apply the KNET bypass rule on RCY ports
Work item tracking
Microsoft ADO (number only): 29867405
How I did it
Upgrade the SAI version in the sai.mk file.

How to verify it
https://dev.azure.com/mssonic/internal/_build/results?buildId=673863&view=results
rkavitha-hcl pushed a commit to rkavitha-hcl/sonic-buildimage that referenced this pull request Nov 15, 2024
Why I did it
Upgrade xgs SAI version to 11.2.12.1-1 with following fixes:

11.2.5.1: [CSP CS00012362865]Fabric switch initialization delayed if SW linkscan enabled during platform init
11.2.6.1: [CSP CS00012359404] Port SONIC-93179 to SAI 11.2 branch
11.2.7.1: Error with setting SAI_NEIGHBOR_ENTRY_ATTR_IS_LOCAL attribute for neighbor
11.2.8.1: [CSP CS00012340980] Use LOG_ERROR instead of LOG_WARN in BCM_CHECK_ERROR_RETURN.
11.2.9.1: [CSP CS00012352844] Added missing DoNOtLearn action to knet port trap
11.2.10.1: Avoid using strcpy() in SDK kernel modules
11.2.11.1: [CSP CS00012355320] Bookworm GPL-modules: 'lspci -d' command no longer takes '0x'
11.2.12.1: Avoid using strcpy() in SDK kernel modules
11.2.12.1-1: [AN/LT] enable Microsoft AN/LT behavior
11.2.13.0: [CSP CS00012363592] SONIC-94873 to 11.2 Changes to apply the KNET bypass rule on RCY ports
Work item tracking
Microsoft ADO (number only): 29867405
How I did it
Upgrade the SAI version in the sai.mk file.

How to verify it
https://dev.azure.com/mssonic/internal/_build/results?buildId=673863&view=results
aidan-gallagher pushed a commit to aidan-gallagher/sonic-buildimage that referenced this pull request Nov 16, 2024
Why I did it
Upgrade xgs SAI version to 11.2.12.1-1 with following fixes:

11.2.5.1: [CSP CS00012362865]Fabric switch initialization delayed if SW linkscan enabled during platform init
11.2.6.1: [CSP CS00012359404] Port SONIC-93179 to SAI 11.2 branch
11.2.7.1: Error with setting SAI_NEIGHBOR_ENTRY_ATTR_IS_LOCAL attribute for neighbor
11.2.8.1: [CSP CS00012340980] Use LOG_ERROR instead of LOG_WARN in BCM_CHECK_ERROR_RETURN.
11.2.9.1: [CSP CS00012352844] Added missing DoNOtLearn action to knet port trap
11.2.10.1: Avoid using strcpy() in SDK kernel modules
11.2.11.1: [CSP CS00012355320] Bookworm GPL-modules: 'lspci -d' command no longer takes '0x'
11.2.12.1: Avoid using strcpy() in SDK kernel modules
11.2.12.1-1: [AN/LT] enable Microsoft AN/LT behavior
11.2.13.0: [CSP CS00012363592] SONIC-94873 to 11.2 Changes to apply the KNET bypass rule on RCY ports
Work item tracking
Microsoft ADO (number only): 29867405
How I did it
Upgrade the SAI version in the sai.mk file.

How to verify it
https://dev.azure.com/mssonic/internal/_build/results?buildId=673863&view=results
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.

4 participants