-
Notifications
You must be signed in to change notification settings - Fork 666
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
Support load_minigraph command for multi NPU platform #896
Conversation
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
config/main.py
Outdated
run_command('{} pfcwd start_default'.format(ns_cmd_prefix), display_cmd=True) | ||
if os.path.isfile('/etc/sonic/acl.json'): | ||
run_command("acl-loader update full /etc/sonic/acl.json", display_cmd=True) | ||
run_command("{} config qos reload".format(ns_cmd_prefix), display_cmd=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
687-691 do not apply to default namespace in multi-asic environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in the latest commit
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
@arlakshm, there's conflict cherry-picking. please raise a separate PR for 201911 branch. |
- Modify the load_minigraph command handler to support multi NPU platforms
…-net#896) - Modify the load_minigraph command handler to support multi NPU platforms
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan arlakshm@microsoft.com
- What I did
Modify the load_minigraph command handler to support multi NPU platforms
This PR needs the changes from#4222 for the minigraph parsing changes
- How I did it
- How to verify it
- Previous command output (if the output of a command-line utility has changed)
No command output is changed
- New command output (if the output of a command-line utility has changed)
No command output is changed