-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR fixes sonic-net/sonic-buildimage#18773 How I did it Parallely execute route_check on each Asic. Parallelly fetch ipv4 routes and ipv6 routes. How to verify it execute "time route_check.py" on T2 chassis having 32k v4+32k v6 routes. Results: Before: Checking routes for namespaces: ['asic0', 'asic1'] real 3m16.387s user 1m26.084s sys 0m7.275s After: time route_check.py real 1m30.675s user 1m33.777s sys 0m8.209s
- Loading branch information
1 parent
329fc22
commit 7cbcfda
Showing
1 changed file
with
110 additions
and
80 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