[FRR]: Bring bug fixes from FRR mainline#22593
Merged
lguohan merged 10 commits intosonic-net:masterfrom May 14, 2025
Merged
Conversation
Bring the following fixes from FRR mainline and apply to dplane_fpm_sonic: - zebra: avoid a race during FPM dplane plugin shutdown (FRRouting#277784f) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fixes from FRR mainline and apply to dplane_fpm_sonic: - zebra: avoid a race during FPM dplane plugin shutdown (FRRouting#28d2e12) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fix from FRR mainline and apply to dplane_fpm_sonic: - zebra: Prevent possible wedged fpm write (FRRouting#3209ca4) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fix from FRR mainline and apply to dplane_fpm_sonic: - zebra: Use event_add_event instead of _timer (FRRouting#61af06c) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fix from FRR mainline and apply to dplane_fpm_sonic: - zebra: Slow down fpm_process_queue (FRRouting#8aa97a4) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fix from FRR mainline and apply to dplane_fpm_sonic: - zebra: fnc->obuf could be accessed without a lock (FRRouting#e7a1fbb) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fix from FRR mainline and apply to dplane_fpm_sonic: - zebra: Limit mutex for obuf to when we access obuf (FRRouting#c58da10) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fix from FRR mainline and apply to dplane_fpm_sonic: - zebra: Only notify dplane work pthread when needed (FRRouting#963792e) Signed-off-by: Carmine Scarpitta <[email protected]>
Bring the following fix from FRR mainline: - staticd: Install known nexthops upon connection with zebra FRRouting#18367 - zebra: ensure proper return for failure for Sid allocation FRRouting#18360 - staticd: Fix a crash that occurs when modifying an SRv6 SID sonic-net#18467 - staticd: Avoid requesting SRv6 sid from zebra when loc and sid block dont match FRRouting#18580 - isisd: fix srv6_sid memory leak FRRouting#18667 - show ipv6 route [json] displays seg6local flavors FRRouting#18563 - staticd: Install known nexthops upon connection with zebra FRRouting#18367 - staticd: Fix an issue where SRv6 SIDs may not be allocated on heavily loaded systems FRRouting#18317 Signed-off-by: Carmine Scarpitta <[email protected]>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ahsalam
approved these changes
May 11, 2025
Signed-off-by: Carmine Scarpitta <[email protected]>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced May 12, 2025
Contributor
|
@liuh-80 , can you verify whether this PR fixed your issue? |
Contributor
@BYGX-wcr , @cscarpitta , I verified the test issue fixed. can this PR and the mirror test case PR merge? all sonic-swss repo PRs currently blocked. |
Contributor
Thanks. Can you approve this PR? I can find someone to merge it. |
liuh-80
approved these changes
May 14, 2025
Contributor
liuh-80
left a comment
There was a problem hiding this comment.
Verified this PR can fix sonic-swss PR validation issue
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.
Bring the following FPM bug fixes from FRR mainline and apply to dplane_fpm_sonic:
Bring the following bug fixes from FRR mainline: