[fpmsyncd]: Add Support for SRv6 VPN Route and PIC Context Processing#3605
Merged
prsunny merged 5 commits intosonic-net:masterfrom Nov 20, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
69022cd to
008ad4c
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
008ad4c to
d250a91
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
d250a91 to
56d38e8
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1730a1f to
b2e290c
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
b2e290c to
47c9d31
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
47c9d31 to
60bbcd5
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
0ee3cff to
fa7ebe2
Compare
|
/azp run Azure.sonic-swss |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run Azure.sonic-swss |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
df7cf0b to
1195a13
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Add support for SRv6 VPN Route message information parsing and processing, supplementing related tables and entries. Signed-off-by: Yuqing Zhao <[email protected]>
1195a13 to
8ca7d01
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Yuqing Zhao <[email protected]>
8ca7d01 to
d536914
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kalash-nexthop
pushed a commit
to kalash-nexthop/sonic-swss
that referenced
this pull request
Dec 16, 2025
…sonic-net#3605) What I did Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync. And add some associated fields for database. Why I did it To supplement the functionality of SRv6 VPN Route and PIC Context. How I verified it This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing. To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added. Signed-off-by: Kalash Nainwal <[email protected]>
Pterosaur
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Jan 6, 2026
…sonic-net#3605) What I did Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync. And add some associated fields for database. Why I did it To supplement the functionality of SRv6 VPN Route and PIC Context. How I verified it This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing. To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added.
yehjunying
pushed a commit
to yehjunying/sonic-swss
that referenced
this pull request
Jan 16, 2026
…sonic-net#3605) What I did Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync. And add some associated fields for database. Why I did it To supplement the functionality of SRv6 VPN Route and PIC Context. How I verified it This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing. To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added.
theasianpianist
pushed a commit
to theasianpianist/sonic-swss
that referenced
this pull request
Feb 4, 2026
…sonic-net#3605) What I did Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync. And add some associated fields for database. Why I did it To supplement the functionality of SRv6 VPN Route and PIC Context. How I verified it This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing. To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added. Signed-off-by: Lawrence Lee <[email protected]>
baorliu
pushed a commit
to baorliu/sonic-swss
that referenced
this pull request
Feb 23, 2026
…sonic-net#3605) What I did Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync. And add some associated fields for database. Why I did it To supplement the functionality of SRv6 VPN Route and PIC Context. How I verified it This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing. To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added. Signed-off-by: Baorong Liu <[email protected]>
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.
What I did
Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync.
And add some associated fields for database.
Why I did it
To supplement the functionality of SRv6 VPN Route and PIC Context.
How I verified it
This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing.
To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added.