-
Notifications
You must be signed in to change notification settings - Fork 526
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
[DPB portsyncd/portmgrd/portorch] Support dynamic port add/deletion without dependencies #1112
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
zhenggen-xu
changed the title
[DRAFT DPB] Support dynamic port deletion without dependencies
[DRAFT DPB] Support dynamic port add/deletion without dependencies
Oct 30, 2019
zhenggen-xu
force-pushed
the
master-DPB-upstream
branch
3 times, most recently
from
November 9, 2019 00:44
674e1a0
to
8bae555
Compare
zhenggen-xu
force-pushed
the
master-DPB-upstream
branch
from
November 18, 2019 04:18
92e6497
to
2d9b888
Compare
zhenggen-xu
changed the title
[DRAFT DPB] Support dynamic port add/deletion without dependencies
[DPB portsyncd/portmgrd/portorch] Support dynamic port add/deletion without dependencies
Nov 18, 2019
zhenggen-xu
force-pushed
the
master-DPB-upstream
branch
from
November 18, 2019 04:30
2d9b888
to
2681ab5
Compare
retest this please! |
This was referenced Dec 13, 2019
zhenggen-xu
force-pushed
the
master-DPB-upstream
branch
from
December 13, 2019 20:15
6cf38f0
to
6a0799a
Compare
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
qiluo-msft
reviewed
Dec 18, 2019
retest this please |
lguohan
previously approved these changes
Jan 29, 2020
LGTM |
lguohan
previously approved these changes
Jan 31, 2020
Changes were made on portmgrd/portsyncd and orchagent portsorch so it should be able to remove/add ports in case no configuration dependencies or runtime depencies (neighbor, mac etc) on them Also skipped the netlink for port add/delete with master in portsyncd and cleaned up g_init and g_portSet flag and data strcutures usage. Added dynamic portbeakout test cases including the conf_test.py changs Signed-off-by: Zhenggen Xu <zxu@linkedin.com> Signed-off-by: Vasant Patil <vapatil@linkedin.com>
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
zhenggen-xu
force-pushed
the
master-DPB-upstream
branch
from
January 31, 2020 00:35
5afc363
to
e45dfb7
Compare
retest this please |
6 similar comments
retest this please |
retest this please |
retest this please |
retest this please |
retest this please |
retest this please |
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
retest this please |
lguohan
approved these changes
Feb 6, 2020
kktheballer
added a commit
to kktheballer/sonic-swss
that referenced
this pull request
Dec 23, 2020
…ithout dependencies (sonic-net#1112) Changes were made on portmgrd/portsyncd and orchagent portsorch so it should be able to remove/add ports in case no configuration dependencies or runtime depencies (neighbor, mac etc) on them Also skipped the netlink for port add/delete with master in portsyncd and cleaned up g_init and g_portSet flag and data strcutures usage. Added dynamic portbeakout test cases including the conf_test.py changs Signed-off-by: Zhenggen Xu <zxu@linkedin.com> Signed-off-by: Vasant Patil <vapatil@linkedin.com>
kktheballer
pushed a commit
to kktheballer/sonic-swss
that referenced
this pull request
Jan 21, 2021
…ithout dependencies (sonic-net#1112) Changes were made on portmgrd/portsyncd and orchagent portsorch so it should be able to remove/add ports in case no configuration dependencies or runtime depencies (neighbor, mac etc) on them Also skipped the netlink for port add/delete with master in portsyncd and cleaned up g_init and g_portSet flag and data strcutures usage. Added dynamic portbeakout test cases including the conf_test.py changs Signed-off-by: Zhenggen Xu <zxu@linkedin.com> Signed-off-by: Vasant Patil <vapatil@linkedin.com>
anish-n
pushed a commit
to anish-n/sonic-swss
that referenced
this pull request
Feb 25, 2021
…ithout dependencies (sonic-net#1112) Changes were made on portmgrd/portsyncd and orchagent portsorch so it should be able to remove/add ports in case no configuration dependencies or runtime depencies (neighbor, mac etc) on them Also skipped the netlink for port add/delete with master in portsyncd and cleaned up g_init and g_portSet flag and data strcutures usage. Added dynamic portbeakout test cases including the conf_test.py changs Signed-off-by: Zhenggen Xu <zxu@linkedin.com> Signed-off-by: Vasant Patil <vapatil@linkedin.com>
kktheballer
pushed a commit
to kktheballer/sonic-swss
that referenced
this pull request
Jul 20, 2021
…ithout dependencies (sonic-net#1112) Changes were made on portmgrd/portsyncd and orchagent portsorch so it should be able to remove/add ports in case no configuration dependencies or runtime depencies (neighbor, mac etc) on them Also skipped the netlink for port add/delete with master in portsyncd and cleaned up g_init and g_portSet flag and data strcutures usage. Added dynamic portbeakout test cases including the conf_test.py changs Signed-off-by: Zhenggen Xu <zxu@linkedin.com> Signed-off-by: Vasant Patil <vapatil@linkedin.com>
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
* [sflow_test.py]: tests for config sflow commands. Changes: -- show sflow use ctx.obj['db'] instead of creating new instance, this is must for test, else config change will not be reflected. -- config SFLOW tests for config sflow <enable|disable> config sflow agent-id <add | del> config sflow collector add|del config sflow interface <enable|disable> config sflow interface sample-rate Signed-off-by: Praveen Chaudhary <pchaudhary@linkedin.com>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
Changes: b2487f0 [saithrift] build with recent ctypes (sonic-net#1111) 298344e [saithrift]: Fix max lane per port (sonic-net#1112) Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
Signed-off-by: Roman Zhurakivsky <rzhurak@larch-networks.com> Signed-off-by: Roman Zhurakivsky <rzhurak@larch-networks.com> Co-authored-by: Roman Zhurakivskyy <rzhurak@larch-networks.com>
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
Support port add/delete cases in different daemons without dependencies
Why I did it
Baseline code for dynamic port breakout code.
How I verified it
vs test cases
Details if related
Support port add/delete cases in different daemons
Changes were made on portmgrd/portsyncd and orchagent portsorch
so it should be able to remove/add ports in case no configuration
dependencies or runtime depencies (neighbor, mac etc) on them
Also skipped the netlink for port add/delete with master in portsyncd
and cleaned up g_init and g_portSet flag and data strcutures usage.
Added dynamic portbeakout test cases including the conf_test.py changs
Signed-off-by: Zhenggen Xu zxu@linkedin.com
Signed-off-by: Vasant Patil vapatil@linkedin.com