AltraMayor / AltraMayor/gatekeeper
Having global LPM tables to classify source addresses
- Langage dominant
- C
- Étoiles
- 1.6k
- Forks
- 252
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.