[dpdk-dev] [PATCH] ethdev: fix extended statistics description

2016-07-01 Thread Thomas Monjalon
> > The old structure rte_eth_xstats contained names and values. > > The new structure rte_eth_xstat contains ids and values. > > > > Fixes: bd6aa172cf35 ("ethdev: fetch extended statistics with integer ids") > > Fixes: e2aae1c1ced9 ("ethdev: remove name from extended statistic fetch") > > > > Sign

[dpdk-dev] [PATCH] ethdev: fix extended statistics description

2016-07-01 Thread Remy Horton
On 29/06/2016 17:59, Thomas Monjalon wrote: > The old structure rte_eth_xstats contained names and values. > The new structure rte_eth_xstat contains ids and values. > > Fixes: bd6aa172cf35 ("ethdev: fetch extended statistics with integer ids") > Fixes: e2aae1c1ced9 ("ethdev: remove name from exte

[dpdk-dev] [PATCH] ethdev: fix extended statistics description

2016-06-29 Thread Thomas Monjalon
The old structure rte_eth_xstats contained names and values. The new structure rte_eth_xstat contains ids and values. Fixes: bd6aa172cf35 ("ethdev: fetch extended statistics with integer ids") Fixes: e2aae1c1ced9 ("ethdev: remove name from extended statistic fetch") Signed-off-by: Thomas Monjalon