[ssw][ha] consume new ha_scope fields#3825
Merged
prsunny merged 4 commits intosonic-net:masterfrom Aug 26, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yue-fred-gao
approved these changes
Aug 13, 2025
prsunny
approved these changes
Aug 13, 2025
… ha_scope_table_new_field
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
Hi @prsunny - please help merge. |
a114j0y
pushed a commit
to a114j0y/sonic-swss
that referenced
this pull request
Aug 28, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
a114j0y
added a commit
to a114j0y/sonic-swss
that referenced
this pull request
Aug 28, 2025
* upstream/master: [ssw][ha] set `SAI_HA_SCOPE_ATTR_ADMIN_STATE` (sonic-net#3841) Fix DPU restart message drop by Zmq lazy bind. (sonic-net#3837) [ssw][ha] consume new ha_scope fields (sonic-net#3825) Add PFC historical statistics estimation to the PFCWD Orch (sonic-net#3533)
a114j0y
added a commit
to a114j0y/sonic-swss
that referenced
this pull request
Aug 28, 2025
* upstream/master: [ssw][ha] set `SAI_HA_SCOPE_ATTR_ADMIN_STATE` (sonic-net#3841) Fix DPU restart message drop by Zmq lazy bind. (sonic-net#3837) [ssw][ha] consume new ha_scope fields (sonic-net#3825) Add PFC historical statistics estimation to the PFCWD Orch (sonic-net#3533)
a114j0y
pushed a commit
to a114j0y/sonic-swss
that referenced
this pull request
Aug 29, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
Collaborator
|
Cherry-pick PR to msft-202506: Azure/sonic-swss.msft#150 |
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
balanokia
pushed a commit
to balanokia/sonic-swss
that referenced
this pull request
Nov 17, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
theasianpianist
pushed a commit
to theasianpianist/sonic-swss
that referenced
this pull request
Feb 4, 2026
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44 Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
baorliu
pushed a commit
to baorliu/sonic-swss
that referenced
this pull request
Feb 23, 2026
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44 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
Address the minor changes in HA HLD:
Dependency: sonic-net/sonic-dash-api#44
Why I did it
To align with HLD change.
How I verified it
Details if related