[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305#297
Merged
mssonicbld merged 5 commits intoAzure:202305from Mar 14, 2024
Merged
Conversation
Collaborator
mssonicbld
commented
Mar 14, 2024
… router recovery time (#18285) Why I did it On certain routers with baud rate 9600, crash kernel is taking a long time , close to ~5mins, to complete kernel dump and reload the box. On contrast to routers with baud rate 115200, crash kernel dump process is observed to be completed under 35s-60s (depending on the platform). Currently, all debug and informational messages are printed on the console which also factors in for the delay seen. Unless the router is monitored on console in real time, these messages are not very useful. Setting the loglevel to warning will help reduce the verbosity of logs on console, in turn allow crash kernel dump process to be completed in a reasonable time which will also help in overall router recovery time. How I did it Setting loglevel attribute in crashkernel cmdline How to verify it Install SONiC image with crashkernel cmdline with loglevel set to warning and initiate an induced a crash (sysrq-trigger) crashkernel boot and dump process will be completed in 20s-30s depending on the platform
…atically (#18331) #### Why I did it src/sonic-utilities ``` * c0ba32ad - (HEAD -> 202305, origin/202305) CLI to skip polling for periodic information for a port in DomInfoUpdateTask thread (#3187) (16 hours ago) [mihirpat1] * 261cfdf7 - CLI enhancements to revtrieve data from TRANSCEIVER_FIRMWARE_INFO table (#3177) (#3189) (19 hours ago) [mssonicbld] * 6160ee79 - [202305][config] Add YANG alerting for override (#3195) (20 hours ago) [jingwenxie] * a55624d8 - [fast/warm-reboot] Put ERR message in syslog when a failure is seen (#3186) (34 hours ago) [Vaibhav Hemant Dixit] ``` #### How I did it #### How to verify it #### Description for the changelog
…lly (#18256) #### Why I did it src/sonic-gnmi ``` * 71ae185 - (HEAD -> 202305, origin/202305) Merge pull request Azure#202 from sonic-net/revert-191-cherry/202305/190 (82 minutes ago) [StormLiangMS] |\ | failure_prs.log e2b78b4 - (origin/revert-191-cherry/202305/190) Revert "Fix sonic string in osversion/build (Azure#190)" (2 hours ago) [StormLiangMS] |/ * b431273 - Account for GLOBAL key in PFC_WD (Azure#178) (6 days ago) [Zain Budhwani] * e1af33f - Merge pull request Azure#199 from abdosi/202305 (6 days ago) [StormLiangMS] |\ | failure_prs.log f7e216b - Update db_client.go (6 days ago) [abdosi] |/ * ec3f56d - Fix sonic string in osversion/build (Azure#190) (9 days ago) [Zain Budhwani] ``` #### How I did it #### How to verify it #### Description for the changelog
* upgrade xgs SAI version to 8.4.44.0 Signed-off-by: zitingguo-ms <[email protected]> * update xgs SAI branch to exclude 8.4.43.0 change Signed-off-by: zitingguo-ms <[email protected]> --------- Signed-off-by: zitingguo-ms <[email protected]>
prabhataravind
pushed a commit
that referenced
this pull request
Jul 7, 2025
…y (#22814) #### Why I did it src/linkmgrd ``` * 8791b7c - (HEAD -> 202505, origin/202505) ICMP HW offload and ICMP_ECHO_SESSION support (#297) (63 minutes ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.