numam-dpdk/lib/table
Cristian Dumitrescu 0c06fa3bfa table: support learner tables
A learner table is typically used for learning or connection tracking,
where it allows for the implementation of the "add on miss" scenario:
whenever the lookup key is not found in the table (lookup miss), the
data plane can decide to add this key to the table with a given action
with no control plane intervention. Likewise, the table keys expire
based on a configurable timeout and are automatically deleted from the
table with no control plane intervention.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2021-09-27 09:30:41 +02:00
..
meson.build table: support learner tables 2021-09-27 09:30:41 +02:00
rte_lru_arm64.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_lru_x86.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_lru.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_swx_table_em.c table: fix bucket empty check 2021-07-09 22:42:24 +02:00
rte_swx_table_em.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_swx_table_learner.c table: support learner tables 2021-09-27 09:30:41 +02:00
rte_swx_table_learner.h table: support learner tables 2021-09-27 09:30:41 +02:00
rte_swx_table_selector.c table: support selector table 2021-07-09 23:31:54 +02:00
rte_swx_table_selector.h table: support selector table 2021-07-09 23:31:54 +02:00
rte_swx_table_wm.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_swx_table_wm.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_swx_table.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_acl.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_acl.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_array.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_array.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_cuckoo.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_cuckoo.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_ext.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_func_arm64.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_func.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_key8.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_key16.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_key32.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash_lru.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_hash.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_lpm_ipv6.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_lpm_ipv6.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_lpm.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_lpm.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_stub.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table_stub.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_table.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
version.map table: support learner tables 2021-09-27 09:30:41 +02:00