AltraMayor / AltraMayor/gatekeeper
Having global LPM tables to classify source addresses
- Lingua principale
- C
- Stelle
- 1.6k
- Fork
- 252
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Issue #208 introduced LPM tables for IPv4 and IPv6 addresses to policies. The main use of these LPM tables is to classify source addresses with a single lookup. These LPM tables are instantiated and populated on all GT blocks with the same datasets. As the number of these datasets grow, the amount of duplicate memory grows by the product of the number of GT blocks. Therefore, if these tables are made global to all GT blocks, a lot of memory will be saved. Moreover, DPDK's LPM tables already support current lookups, so the effort to have global LPM tables available to policies is limited to Gatekeeper itself.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.