[swssconfig] Add custom ZMQ endpoint for DPU Orchagent#4217
Merged
dgsudharsan merged 8 commits intosonic-net:masterfrom Mar 18, 2026
Merged
[swssconfig] Add custom ZMQ endpoint for DPU Orchagent#4217dgsudharsan merged 8 commits intosonic-net:masterfrom
dgsudharsan merged 8 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
dgsudharsan
approved these changes
Feb 18, 2026
vivekrnv
added a commit
to vivekrnv/sonic-swss
that referenced
this pull request
Mar 6, 2026
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
liat-grozovik
approved these changes
Mar 15, 2026
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
@vivekrnv , can you explain why this change is required? is it in the normal functional path? Please provide details in description |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
Updated |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
prajjwal-arista
pushed a commit
to prajjwal-arista/sonic-swss
that referenced
this pull request
Mar 18, 2026
* [swsconfig] Add custom ZMQ endpoint Signed-off-by: Vivek Reddy <[email protected]> * Use DB based on endpoint Signed-off-by: Vivek Reddy <[email protected]> --------- Signed-off-by: Vivek Reddy <[email protected]> Co-authored-by: Liat Grozovik <[email protected]> Co-authored-by: Sudharsan Dhamal Gopalarathnam <[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
On DPU, orchagent starts on eth0-midplane, need an option to provide a custom endpoint for swssconfig to work on DPU
Why I did it
This is needed to directly trigger the updates to DASH_HA_* and DASH_FLOW_SYNC* tables in orchagent.
swssconfig already has the ability to write to Zmq endpoint, this change adds support to write to a custom endpoint.
One use case is this CLI: sonic-net/sonic-utilities#4278 which directly triggers Flow dump invocation from DPU directly
How I verified it
Details if related