Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new method get_back_end_interface_set() to speed up back-end in… (
#5731) Added new MultiASIC util method "get_back_end_interface_set()" to speed up back-end interface check by allowing caller to cache the back-end intf into a set. This way the caller can use this set for all subsequent back-end interface check requests instead of each time need to read from redis DB which become a scaling issue for cases such as checking for thousands of nexthop routes for filtering purpose.
- Loading branch information