DPDK  make-f/builddir/build/BUILD/dpdk-2.1.0/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_table_ops Struct Reference

#include <rte_table.h>

Data Fields

rte_table_op_create f_create
 
rte_table_op_free f_free
 
rte_table_op_entry_add f_add
 
rte_table_op_entry_delete f_delete
 
rte_table_op_lookup f_lookup
 
rte_table_op_stats_read f_stats
 

Detailed Description

Lookup table interface defining the lookup table operation

Definition at line 215 of file rte_table.h.

Field Documentation

Create

Definition at line 216 of file rte_table.h.

Free

Definition at line 217 of file rte_table.h.

Entry add

Definition at line 218 of file rte_table.h.

Entry delete

Definition at line 219 of file rte_table.h.

Lookup

Definition at line 220 of file rte_table.h.

Stats

Definition at line 221 of file rte_table.h.


The documentation for this struct was generated from the following file: