[vs] Fix dut_mgmt_port bind/unbind for vs testbed on ptf32 topology#1768
Merged
lguohan merged 2 commits intosonic-net:masterfrom Jun 16, 2020
Merged
[vs] Fix dut_mgmt_port bind/unbind for vs testbed on ptf32 topology#1768lguohan merged 2 commits intosonic-net:masterfrom
lguohan merged 2 commits intosonic-net:masterfrom
Conversation
Contributor
Author
|
@lguohan Have a look, please |
lguohan
reviewed
Jun 15, 2020
lguohan
reviewed
Jun 15, 2020
Contributor
|
can you take care of the whitespaces? |
Contributor
Author
|
Fix whitespaces |
lguohan
approved these changes
Jun 16, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
#### Why I did it Update submodule pointer for swss to include recent changes 4f1d726 [portsorch] fix errors when moving port from one lag to another. (sonic-net#1797) ae44701 [orchagent] Put port configuration to APPL_DB according to autoneg mode (sonic-net#1769) 5295f91 Add failure handling for SAI get operations (sonic-net#1768) 7c7c451 Revert recirc port change (sonic-net#1813) 5528ebf Cleanup code (sonic-net#1814)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sonic-swss 73f6f68 [Flex Counters] Delay flex counters even if tables are present in the DB (sonic-net#1877) 5edb9e5 [buffer orch] Bugfix: Don't query counter SAI_BUFFER_POOL_STAT_XOFF_ROOM_WATERMARK_BYTES on a pool where it is not supported (sonic-net#1857) fce0c60 [crm] Fix for Issue sonic-net/sonic-buildimage#8036 (sonic-net#1829) sonic-utilities 2630ac1 [Fast-reboot] Set flex counters delay indicator to prevent flex counters enablement after fast-reboot (sonic-net#1768) 606f1b1 [portstat pfcstat] Unify the packet number format in the output of portstat and pfcstat in all cases (sonic-net#1755) 2c6a15e [ecnconfig] Fix exception seen during display and add unit tests (#1784) 9b1995e Fix logic in RIF counters print (sonic-net#1732) sonic-swss-comon 3e7b81f Add a new field for FLEX_COUNTER_TABLE to indicate delay for flex counters (sonic-net#523)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…tically (#25636) #### Why I did it src/sonic-sairedis ``` * bd820a06 - (HEAD -> master, origin/master, origin/HEAD) Fix compilation on Trixie (sonic-net#1768) (26 hours ago) [Saikrishna Arcot] * 985742f5 - [ci] Install redis from Debian (sonic-net#1777) (2 days ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Description of PR
Faced an issue when tried to bring up ptf32 topology with virtual SONiC. The dut mgmt port was not added to mgmt bridge.
Summary: Fix dut_mgmt_port buind/unbind for vs testbed on ptf32 topology
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
Add possibility to setup vs testbed with ptf32 topology
How did you do it?
See changes
How did you verify/test it?
Add define ptf32 testbed on my virtual setup
Any platform specific information?
N/A
Supported testbed topology if it's a new test case?
N/A
Documentation