[dpdk-dev] [PATCH v2] ethdev: remove deprecated statistics

2016-04-22 Thread Thomas Monjalon
2016-04-20 11:54, Remy Horton: > On 20/04/2016 10:47, Thomas Monjalon wrote: > > Some statistics were deprecated since release 2.1 (49f386542af4). > > The last deprecated counter to be used was imcasts. > > > > The VF loopback statistics are also removed as they are used only > > in igb and duplica

[dpdk-dev] [PATCH v2] ethdev: remove deprecated statistics

2016-04-20 Thread Remy Horton
On 20/04/2016 10:47, Thomas Monjalon wrote: > Some statistics were deprecated since release 2.1 (49f386542af4). > The last deprecated counter to be used was imcasts. > > The VF loopback statistics are also removed as they are used only > in igb and duplicated in extended statistics. > > The new c

[dpdk-dev] [PATCH v2] ethdev: remove deprecated statistics

2016-04-20 Thread Thomas Monjalon
Some statistics were deprecated since release 2.1 (49f386542af4). The last deprecated counter to be used was imcasts. The VF loopback statistics are also removed as they are used only in igb and duplicated in extended statistics. The new counters should be added to extended statistics. Signed-of