[dpdk-dev] [PATCH v5 00/11] table: added table statistics

2015-06-23 Thread Thomas Monjalon
> > Added statistics for every type of table. By default all table statistics > > are disabled, user must activate them in config file. > > > > Changes in v5: > > - added missing CONFIG_ prefix to defines in config files > > - added stub table stats > > Acked-by: Cristian Dumitrescu App

[dpdk-dev] [PATCH v5 00/11] table: added table statistics

2015-06-23 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Friday, June 19, 2015 11:29 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v5 00/11] table: added table statistics > > Added statistics for every type of

[dpdk-dev] [PATCH v5 00/11] table: added table statistics

2015-06-19 Thread Maciej Gajdzica
Added statistics for every type of table. By default all table statistics are disabled, user must activate them in config file. Changes in v2: - added missing signoffs Changes in v3: - removed new config options to enable/disable stats - using RTE_LOG_LEVEL instead Change