-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Makefile]: Automatically deduce pseudo-TTY option #830
Merged
Conversation
This file contains 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
Signed-off-by: marian-pritsak <marianp@mellanox.com>
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
May 7, 2019
Submodule src/sonic-swss ea4cba6..f8792d5: > [watermarkorch] only perform periodic clear if the polling is on (sonic-net#781) > [arp] copy arp IO to cpu instead of trap and drop (sonic-net#812) > fix bad parameter for gCrmOrch->incCrmAclUsedCounter in qosorch (sonic-net#830) > [test_watermark] avoid watermark clear vs test random failure (sonic-net#873) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
lguohan
pushed a commit
that referenced
this pull request
May 8, 2019
Submodule src/sonic-swss ea4cba6..f8792d5: > [watermarkorch] only perform periodic clear if the polling is on (#781) > [arp] copy arp IO to cpu instead of trap and drop (#812) > fix bad parameter for gCrmOrch->incCrmAclUsedCounter in qosorch (#830) > [test_watermark] avoid watermark clear vs test random failure (#873) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
MichelMoriniaux
pushed a commit
to criteo-forks/sonic-buildimage
that referenced
this pull request
May 28, 2019
Submodule src/sonic-swss ea4cba6..f8792d5: > [watermarkorch] only perform periodic clear if the polling is on (sonic-net#781) > [arp] copy arp IO to cpu instead of trap and drop (sonic-net#812) > fix bad parameter for gCrmOrch->incCrmAclUsedCounter in qosorch (sonic-net#830) > [test_watermark] avoid watermark clear vs test random failure (sonic-net#873) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…c-net#830) * fix bad parameter for gCrmOrch->incCrmAclUsedCounter in qosorch * fix VS test failure for test_crm.py::test_CrmAcl FAILED
4 tasks
SuvarnaMeenakshi
added a commit
that referenced
this pull request
Jun 3, 2021
Why I did it Update sonic-sairedis submodule to include below commits: 0e2105a [vs]: Start syncd by passing context configuration file and global context index. (#832) f931ae4 [VS] Add support for context and multiple switches (#830) 59208de [submodule] Update SAI submodule (#829) 77d44f5 [Mellanox] Update mellanoxs dump generation to include SDK dumps (#833) 4fb571b Generalizing config.bcm support for BRCM silicons (#693) Signed-off-by: Suvarna Meenakshi <sumeenak@microsoft.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
Why I did it Update sonic-sairedis submodule to include below commits: 0e2105a [vs]: Start syncd by passing context configuration file and global context index. (sonic-net#832) f931ae4 [VS] Add support for context and multiple switches (sonic-net#830) 59208de [submodule] Update SAI submodule (sonic-net#829) 77d44f5 [Mellanox] Update mellanoxs dump generation to include SDK dumps (sonic-net#833) 4fb571b Generalizing config.bcm support for BRCM silicons (sonic-net#693) Signed-off-by: Suvarna Meenakshi <sumeenak@microsoft.com>
AidanCopeland
pushed a commit
to Metaswitch/sonic-buildimage
that referenced
this pull request
Apr 14, 2022
So far virtual switch supported only 1 switch to be created and only default hwinfo which was empty string. This change allows to reuse context_config.json to allow multiple switches to be created in virtual switch and each can have different hwinfo. This scenario can be useful when running VS test with multiple swss containers running.
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.
Signed-off-by: marian-pritsak marianp@mellanox.com