Change DB that DPU orchagents listens to for all orchs#3827
Merged
prsunny merged 7 commits intosonic-net:masterfrom Nov 28, 2025
Merged
Change DB that DPU orchagents listens to for all orchs#3827prsunny merged 7 commits intosonic-net:masterfrom
prsunny merged 7 commits intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azpw run Azure.sonic-swss |
Collaborator
|
/AzurePipelines run Azure.sonic-swss |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/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). |
1ae8e20 to
e3f8e6f
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
e3f8e6f to
9674e78
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). |
Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
d0665a4 to
efafd2a
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
hi @prabhataravind and @prsunny - is this one ready to go? TY! |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
@prsunny this is good to be merged |
prsunny
approved these changes
Nov 28, 2025
kalash-nexthop
pushed a commit
to kalash-nexthop/sonic-swss
that referenced
this pull request
Dec 16, 2025
This PR updates DASH (Data Processing Unit) orchagents to use the DPU application database instead of the standard application database for all orchestrator components. Changed database connection from APPL_DB to DPU_APPL_DB across DASH components Updated test infrastructure to support DPU application database validation Modified orchestrator daemon initialization to use DPU-specific database connections Signed-off-by: Kalash Nainwal <kalash@nexthop.ai>
Collaborator
|
Cherry-pick PR to msft-202506: Azure/sonic-swss.msft#185 |
Collaborator
|
Cherry-pick PR to 202511: #4070 |
Collaborator
|
@prabhataravind cherry pick PR didn't pass PR checker. Please check!!! |
Pterosaur
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Jan 6, 2026
This PR updates DASH (Data Processing Unit) orchagents to use the DPU application database instead of the standard application database for all orchestrator components. Changed database connection from APPL_DB to DPU_APPL_DB across DASH components Updated test infrastructure to support DPU application database validation Modified orchestrator daemon initialization to use DPU-specific database connections
12 tasks
baorliu
pushed a commit
to baorliu/sonic-swss
that referenced
this pull request
Feb 23, 2026
This PR updates DASH (Data Processing Unit) orchagents to use the DPU application database instead of the standard application database for all orchestrator components. Changed database connection from APPL_DB to DPU_APPL_DB across DASH components Updated test infrastructure to support DPU application database validation Modified orchestrator daemon initialization to use DPU-specific database connections Signed-off-by: Baorong Liu <96146196+baorliu@users.noreply.github.com>
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
Changes to dash orchs to make sure they subscribe to DPU_APPL_DB instead of APPL_DB.
Why I did it
DASH related objects are expected to be programmed via DPU_APPL_DB which reside on the NPU.
How I verified it
By running swss unit-tests and sonic-mgmt PL tests
Details if related
Related to issue sonic-net/sonic-buildimage#23488
Related sonic-swss-common change: sonic-net/sonic-swss-common#1086
Related sonic-mgmt change: sonic-net/sonic-mgmt#20995