-
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
[multi-asic]: Update port_config files for multi-asic vs image #5121
Conversation
for multi-asic platform. Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
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.
LGTM
Ethernet56 57,58,59,60 Ethernet1/15 14 Eth14-ASIC0 E 40000 | ||
Ethernet60 61,62,63,64 Ethernet1/16 15 Eth15-ASIC0 E 40000 | ||
Ethernet64 69,70,71,72 Eth16-ASIC0 0 Eth16-ASIC0 I 40000 | ||
Ethernet68 65,66,67,68 Eth17-ASIC0 1 Eth17-ASIC0 I 40000 |
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.
The interface name should be for Backplane interface here for ASIC0 ?
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 the interface names.
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.
do we want to have "Ext", "Int", wonder if in the future we will have more role/type? for example, fabric link.
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.
Updated as per suggestion.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
ports. Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
Modify port_config.ini files multi-asic vs platform. Changes done: - Add new columns: index, asic_port_name, role(Int/Ext) - Modify alias of interface names. Alias should match the interface names present in minigraph file. Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
…-net#5121) Modify port_config.ini files multi-asic vs platform. Changes done: - Add new columns: index, asic_port_name, role(Int/Ext) - Modify alias of interface names. Alias should match the interface names present in minigraph file. Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
- Why I did it
Modify port_config.ini files to match with the changes done for multi-asic platform.
- How I did it
Added new columns: index, asic_port_name, role(Internal/external)
Modify alias of interface names. Alias should match the interface names present in minigraph file.
- How to verify it
Should be able to bring up multi-asic VS image.
- Which release branch to backport (provide reason below if selected)
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)