Skip to content

Having global LPM tables to classify source addresses #209

@AltraMayor

Description

@AltraMayor

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions