[dpdk-dev] [PATCH v5 00/13] port: added port statistics

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

[dpdk-dev] [PATCH v5 00/13] port: added port 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 10:41 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v5 00/13] port: added port statistics > > Added statistics for every type of port

[dpdk-dev] [PATCH v5 00/13] port: added port statistics

2015-06-19 Thread Maciej Gajdzica
Added statistics for every type of port. By default all port 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 Changes