|
DPDK
2.0.0
|
#include <rte_table_lpm.h>
Data Fields | |
| uint32_t | n_rules |
| uint32_t | entry_unique_size |
| uint32_t | offset |
LPM table parameters
| uint32_t entry_unique_size |
Number of bytes at the start of the table entry that uniquely
identify the entry. Cannot be bigger than table entry size.
| uint32_t n_rules |
Maximum number of LPM rules (i.e. IP routes)
| uint32_t offset |
Byte offset within input packet meta-data where lookup key (i.e.
the destination IP address) is located.
1.8.1.2