-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding max scale for ndp/arp tables per ASIC
Summary: Adding max scale for neighbor tables, NDP and ARP tables per ASIC. when ResourceAccountant check for available resource, it gets max scale per asic and make decision based on that I have created CSP to get max scale from brcm. I will update more ASIC, as I get response. Cisco CLI o/p: ``` S1[Device:0]> show vrf hosts usage ip-version 4 +------------------------------------------------------------+ | Hosts Resources Usage | +---------------+---------------+----------------------------+ | num-neighbors | max-neighbors | resources-usage | +---------------+---------------+----------------------------+ | 0 | 176881 | {'central-exact-match': 0} | +---------------+---------------+----------------------------+ S1[Device:0]> show vrf hosts usage ip-version 6 +------------------------------------------------------------+ | Hosts Resources Usage | +---------------+---------------+----------------------------+ | num-neighbors | max-neighbors | resources-usage | +---------------+---------------+----------------------------+ | 16 | 88465 | {'central-exact-match': 0} | +---------------+---------------+----------------------------+ ``` Reviewed By: shri-khare Differential Revision: D66732093 fbshipit-source-id: cc0658e4eb549cd9ca748948348bc1f8c28922f8
- Loading branch information
1 parent
8f75c8b
commit 0e622b7
Showing
7 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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