-
Notifications
You must be signed in to change notification settings - Fork 763
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
[M0 topologies] reduce the podset count of M0 topology to 30 #3706
Conversation
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
@@ -94,7 +94,7 @@ configuration_properties: | |||
dut_asn: 65100 |
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.
Is this topology only used by M0?
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.
I only see M0 using it in our repo.
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.
In future, we need to make this topology specific to mgmtToR so that we don't use this for T0
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.
Can you fix the description? it appears cut out
@rawal01 for visibility |
…et#3706) What is the motivation for this PR? M0 devices deployed with topo-52 or topo-mgmttor crashes at start up due to ASIC doesn't have enough memory to hold regular amount of routes. How did you do it? Reduce number of routes announcing to the DUT. How did you verify/test it? remove-topo/add-topo and verify the route count drops and DUT no longer crash. Signed-off-by: Ying Xie ying.xie@microsoft.com
Summary:
Type of change
Approach
What is the motivation for this PR?
M0 devices deployed with topo-52 or topo-mgmttor crashes at start up due to ASIC doesn't have enough memory to hold regular amount of routes.
How did you do it?
Reduce number of routes announcing to the DUT.
How did you verify/test it?
remove-topo/add-topo and verify the route count drops and DUT no longer crash.
Signed-off-by: Ying Xie ying.xie@microsoft.com