[code sync] Merge code from sonic-net/sonic-utilities:202511 to 202603#317
Merged
mssonicbld merged 2 commits intoAzure:202603from Apr 21, 2026
Merged
[code sync] Merge code from sonic-net/sonic-utilities:202511 to 202603#317mssonicbld merged 2 commits intoAzure:202603from
mssonicbld merged 2 commits intoAzure:202603from
Conversation
Collaborator
mssonicbld
commented
Apr 21, 2026
#### What I did 1). Fix for issue reported by the: sonic-net/sonic-buildimage#24766 All interfaces are down after "config reload" applied under high CPU loading (pressure). 2). Sometimes after "config reload" command the management interface (eth0) connected over ETH-USB device is UP/RUNNING on a remote peer side, but stays UP/not-running on the local side. Well-known negotiation problem of ETH-over-USB devices (ASIX). #### How I did it 1). Guaranty "config reload" by a swss.service restart "inside" the command implementation. The restart is done ONLY for the device Nokia-7215 and does not impact other devices and platforms. 2). If the management interface is a USB device and is UP but not RUNNING (/sys/class/net/${if}/operstate is not "up") at the end of the "config reload" command - bring it down and up with delay to trigger re-negotiation. NOTE: DO NOT specially save/restore {if} routes since they comes from config-reload and no problem ever seen with that #### How to verify it 1). "intrefaces are down" on slow board armhf Nokia-7215: taskset 0x1 yes 1>/dev/null & taskset 0x2 yes 1>/dev/null & config reload -y wait 7 mins show interfaces status 2). ifconfig eth0 -- is UP but not RUNNING Run full PTF set a couple of times #### Backporting [X] 202511 Signed-off-by: Sonic Build Admin <sonicbld@microsoft.com> #### Previous command output (if the output of a command-line utility has changed) #### New command output (if the output of a command-line utility has changed)
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.