Home
last modified time | relevance | path

Searched defs:rte_efd_table (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/efd/
H A Drte_efd.c229 struct rte_efd_table { struct
230 char name[RTE_EFD_NAMESIZE]; /**< Name of the efd table. */
232 uint32_t key_len; /**< Length of the key stored offline */
234 uint32_t max_num_rules;
237 uint32_t num_rules;
240 uint32_t num_chunks;
243 uint32_t num_chunks_shift;
246 enum efd_lookup_internal_function lookup_fn;
249 struct efd_online_chunk *chunks[RTE_MAX_NUMA_NODES];
273 efd_get_chunk_id(const struct rte_efd_table * const table, in efd_get_chunk_id() argument