Merged
Conversation
Signed-off-by: Yash Pandit <ypcisco@gmail.com>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
anish-n
approved these changes
Jan 29, 2026
Contributor
|
Please can we also backport to 202511? |
cfgmgr/vrfmgr.cpp
Outdated
| #define VRF_TABLE_END 2000 | ||
| #define VRF_TABLE_END 5097 | ||
| #define TABLE_LOCAL_PREF 1001 // after l3mdev-table | ||
| #define MGMT_VRF_TABLE_ID 5000 |
Contributor
There was a problem hiding this comment.
Hope you'll take care of updating the new mgmt vrf table id in the following code.
https://github.com/sonic-net/sonic-buildimage/blob/master/files/image_config/interfaces/interfaces.j2#L12
Contributor
Author
There was a problem hiding this comment.
Have updated the current PR and created following PRs to track the updated mgmt vrf table id :
sonic-net/sonic-buildimage#25504
sonic-net/sonic-utilities#4279
Contributor
venkatmahalingam
left a comment
There was a problem hiding this comment.
Please address the comments.
This was referenced Feb 14, 2026
Signed-off-by: Yash Pandit <ypcisco@gmail.com>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@venkatmahalingam - could you please review the code? The comments are addressed |
venkatmahalingam
approved these changes
Mar 12, 2026
StormLiangMS
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Mar 19, 2026
Why I did it The Vrf Pool is being increased to 4096 by PR : sonic-net/sonic-swss#4168 Therefore the mgmt vrf tabled id is being moved to 6000. Signed-off-by: Yash Pandit <ypcisco@gmail.com>
qiluo-msft
pushed a commit
to sonic-net/sonic-utilities
that referenced
this pull request
Mar 19, 2026
What I did The Vrf Pool is being increased to 4096 by PR : sonic-net/sonic-swss#4168 Therefore the mgmt vrf tabled id is being moved to 6000. Updating the "show mgmt-vrf routes" for the same.
ypcisco
added a commit
to ypcisco/sonic-swss
that referenced
this pull request
Mar 25, 2026
What I did Increase VRF pool size from 999 to 4096 to support hardware platforms with higher VRF scale capabilities. Why I did it Current VRF pool is limited to 999 instances (VRF_TABLE_END=2000, VRF_TABLE_START=1001) which artificially restricts VRF scale even on hardware platforms that support more VRFs.
ypcisco
added a commit
to ypcisco/sonic-swss
that referenced
this pull request
Mar 25, 2026
What I did Increase VRF pool size from 999 to 4096 to support hardware platforms with higher VRF scale capabilities. Why I did it Current VRF pool is limited to 999 instances (VRF_TABLE_END=2000, VRF_TABLE_START=1001) which artificially restricts VRF scale even on hardware platforms that support more VRFs. Signed-off-by: ypcisco <ypcisco@gmail.com>
ypcisco
added a commit
to ypcisco/sonic-buildimage
that referenced
this pull request
Mar 25, 2026
Why I did it The Vrf Pool is being increased to 4096 by PR : sonic-net/sonic-swss#4168 Therefore the mgmt vrf tabled id is being moved to 6000. Signed-off-by: Yash Pandit <ypcisco@gmail.com> Signed-off-by: ypcisco <ypcisco@gmail.com>
8 tasks
ypcisco
added a commit
to ypcisco/sonic-utilities
that referenced
this pull request
Mar 25, 2026
What I did The Vrf Pool is being increased to 4096 by PR : sonic-net/sonic-swss#4168 Therefore the mgmt vrf tabled id is being moved to 6000. Updating the "show mgmt-vrf routes" for the same. Signed-off-by: ypcisco <ypcisco@gmail.com>
This file contains hidden or 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
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
Increase VRF pool size from 999 to 4096 to support hardware platforms with higher VRF scale capabilities.
Why I did it
Current VRF pool is limited to 999 instances (VRF_TABLE_END=2000, VRF_TABLE_START=1001) which artificially restricts VRF scale even on hardware platforms that support more VRFs.
How I verified it
Details if related