On Tue, 26 May 2015 14:39:38 +0200 Maciej Gajdzica <maciejx.t.gajdzica at intel.com> wrote:
> + > /** Lookup table interface defining the lookup table operation */ > struct rte_table_ops { > rte_table_op_create f_create; /**< Create */ > @@ -194,6 +218,7 @@ struct rte_table_ops { > rte_table_op_entry_add f_add; /**< Entry add */ > rte_table_op_entry_delete f_delete; /**< Entry delete */ > rte_table_op_lookup f_lookup; /**< Lookup */ > + rte_table_op_stats_read f_stats; /**< Stats */ > }; Another good idea, which is an ABI change.