-
Notifications
You must be signed in to change notification settings - Fork 547
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
[Dynamic buffer calc] Add table descriptions for dynamic buffer calculation to the documents #1664
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: Stephen Sun <[email protected]>
neethajohn
approved these changes
Mar 10, 2021
qiluo-msft
approved these changes
Mar 10, 2021
daall
pushed a commit
that referenced
this pull request
Mar 12, 2021
#1664) **What I did** Add table descriptions for dynamic buffer calculation to the documents. **Why I did it** To make the documents aligned with the code.
praveen-li
pushed a commit
to praveen-li/sonic-swss
that referenced
this pull request
Apr 30, 2021
…n top of Azure 2020212 2abeb9b Add table descriptions for dynamic buffer calculation to the documents (sonic-net#1664) Using Diff from Last Merge i.e. below commit: commit d612c11b362e896aad74be5296e538bf779d3528 (HEAD) Merge branch 'dev_3.0' of ssh://git.corp.linkedin.com:29418/sonic/sonic-swss into MERGE_201911_0824 Signed-off-by: svc-lnos-user <[email protected]> Signed-off-by: Praveen Chaudhary <[email protected]> RB= G=lnos-reviewers R=pchaudhary,pmao,samaity,zxu A= Conflicts\Rejected Diff: Changes to be committed: new file: ../acl/main.acl modified: ../cfgmgr/vlanmgr.cpp modified: ../neighsyncd/neighsync.cpp modified: ../orchagent/aclorch.cpp modified: ../orchagent/intfsorch.cpp modified: ../orchagent/neighorch.cpp modified: ../orchagent/port.h modified: ../orchagent/portsorch.cpp modified: ../orchagent/portsorch.h modified: ../orchagent/routeorch.h modified: ../portsyncd/linksync.cpp modified: conftest.py modified: mock_tests/aclorch_ut.cpp new file: test_config_lock.py new file: test_port_dpb_neighbor.py new file: test_port_dpb_system.py modified: test_route.py
praveen-li
pushed a commit
to praveen-li/sonic-swss
that referenced
this pull request
Apr 30, 2021
…n top of Azure 2020212 2abeb9b Add table descriptions for dynamic buffer calculation to the documents (sonic-net#1664) Using Diff from Last Merge i.e. below commit: commit d612c11b362e896aad74be5296e538bf779d3528 (HEAD) Merge branch 'dev_3.0' of ssh://git.corp.linkedin.com:29418/sonic/sonic-swss into MERGE_201911_0824 Signed-off-by: svc-lnos-user <[email protected]> Signed-off-by: Praveen Chaudhary <[email protected]> RB= G=lnos-reviewers R=pchaudhary,pmao,samaity,zxu A= Conflicts\Rejected Diff: Changes to be committed: new file: ../acl/main.acl modified: ../cfgmgr/vlanmgr.cpp modified: ../neighsyncd/neighsync.cpp modified: ../orchagent/aclorch.cpp modified: ../orchagent/intfsorch.cpp modified: ../orchagent/neighorch.cpp modified: ../orchagent/port.h modified: ../orchagent/portsorch.cpp modified: ../orchagent/portsorch.h modified: ../orchagent/routeorch.h modified: ../portsyncd/linksync.cpp modified: conftest.py modified: mock_tests/aclorch_ut.cpp new file: test_config_lock.py new file: test_port_dpb_neighbor.py new file: test_port_dpb_system.py modified: test_route.py
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-swss
that referenced
this pull request
Oct 5, 2021
sonic-net#1664) **What I did** Add table descriptions for dynamic buffer calculation to the documents. **Why I did it** To make the documents aligned with the code.
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
Fixed config reload to add some system sanity checks 1) To check if the system is in running state 2) Check if the services which are grouped under delayed target up 3) Check if swss is running for at least 120 seconds To force config reload and to avoid these checks an extra option -f/--force is added
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
Add table descriptions for dynamic buffer calculation to the documents.
Signed-off-by: Stephen Sun [email protected]
Why I did it
To make the documents aligned with the code.
How I verified it
N/A.
Details if related
N/A