numam-dpdk/lib/table
Cristian Dumitrescu f7598a62d1 table: support selector table
A selector table is made up of groups of weighted members, with a
given member potentially part of several groups. The select operation
returns a member ID by first selecting a group based on an input group
ID and then selecting a member within that group based on hashing one
or several input header/meta-data fields. It is very useful for
implementing an ECMP/WCMP-enabled FIB or a load balancer. It is part
of the action selector described by the P4 Portable Switch
Architecture (PSA) specification.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2021-07-09 23:31:54 +02:00
..
meson.build table: support selector table 2021-07-09 23:31:54 +02:00
rte_lru_arm64.h
rte_lru_x86.h
rte_lru.h
rte_swx_table_em.c table: fix bucket empty check 2021-07-09 22:42:24 +02:00
rte_swx_table_em.h
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
rte_swx_table_wm.h
rte_swx_table.h
rte_table_acl.c
rte_table_acl.h
rte_table_array.c
rte_table_array.h
rte_table_hash_cuckoo.c
rte_table_hash_cuckoo.h
rte_table_hash_ext.c
rte_table_hash_func_arm64.h
rte_table_hash_func.h
rte_table_hash_key8.c
rte_table_hash_key16.c
rte_table_hash_key32.c
rte_table_hash_lru.c
rte_table_hash.h
rte_table_lpm_ipv6.c
rte_table_lpm_ipv6.h
rte_table_lpm.c
rte_table_lpm.h
rte_table_stub.c
rte_table_stub.h
rte_table.h
version.map table: support selector table 2021-07-09 23:31:54 +02:00