Generate queue maps only for front panel ports#532
Merged
pavel-shirshov merged 4 commits intosonic-net:masterfrom Jul 2, 2018
Merged
Generate queue maps only for front panel ports#532pavel-shirshov merged 4 commits intosonic-net:masterfrom
pavel-shirshov merged 4 commits intosonic-net:masterfrom
Conversation
qiluo-msft
approved these changes
Jul 2, 2018
lguohan
pushed a commit
that referenced
this pull request
Jul 11, 2018
* Generate queue maps only for front panel ports
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
[SAI] Update SAI submodule to v1.5.1 * Defining new serdes attributes (sonic-net#1002) * Improve debug counter enums (sonic-net#1006) * Introduce buffer pool type SAI_BUFFER_POOL_TYPE_BOTH (sonic-net#986) Signed-off-by: Danny Allen <daall@microsoft.com> * Add redis and vs handler for serdes APIs
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
* Generate queue maps only for front panel ports
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
…separator ':', GB_ASIC_DB should use same (sonic-net#532)
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
Restrict generation of queue maps only for FrontPanel ports
Why I did it
Checking port type for ports
Otherwise you can see
How I verified it
Build an image and run on your DUT.
Details if related