DPDK 22.11.5
|
#include <rte_swx_table.h>
Table operations.
Definition at line 288 of file rte_swx_table.h.
rte_swx_table_footprint_get_t footprint_get |
Table memory footprint get. Set to NULL when not supported.
Definition at line 290 of file rte_swx_table.h.
rte_swx_table_mailbox_size_get_t mailbox_size_get |
Table mailbox size get. When NULL, the mailbox size is 0.
Definition at line 293 of file rte_swx_table.h.
rte_swx_table_create_t create |
Table create. Must be non-NULL.
Definition at line 296 of file rte_swx_table.h.
Incremental table entry add. Set to NULL when not supported, in which case the existing table has to be destroyed and a new table built from scratch with the new entry included.
Definition at line 302 of file rte_swx_table.h.
Incremental table entry delete. Set to NULL when not supported, in which case the existing table has to be destroyed and a new table built from scratch with the entry excluded.
Definition at line 308 of file rte_swx_table.h.
Table lookup. Must be non-NULL.
Definition at line 311 of file rte_swx_table.h.
rte_swx_table_free_t free |
Table free. Must be non-NULL.
Definition at line 314 of file rte_swx_table.h.