DPDK
2.0.0
|
#include <rte_ip_frag.h>
Data Fields | |
uint64_t | max_cycles |
uint32_t | entry_mask |
uint32_t | max_entries |
uint32_t | use_entries |
uint32_t | bucket_entries |
uint32_t | nb_entries |
uint32_t | nb_buckets |
struct ip_frag_pkt * | last |
struct ip_pkt_list | lru |
struct ip_frag_tbl_stat | stat |
struct ip_frag_pkt | pkt [0] |
fragmentation table
uint32_t bucket_entries |
hash assocaitivity.
uint32_t entry_mask |
hash value mask.
struct ip_frag_pkt* last |
last used entry.
struct ip_pkt_list lru |
LRU list for table entries.
uint64_t max_cycles |
ttl for table entries.
uint32_t max_entries |
max entries allowed.
uint32_t nb_buckets |
num of associativity lines.
uint32_t nb_entries |
total size of the table.
struct ip_frag_pkt pkt[0] |
hash table.
struct ip_frag_tbl_stat stat |
statistics counters.
uint32_t use_entries |
entries in use.