ethdev: fix extended statistics description
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Jun 2016 16:53:24 +0000 (18:53 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 1 Jul 2016 13:41:02 +0000 (15:41 +0200)
commitcda8d58dc2a588a815af49aff6b501b8cdf001a6
tree54d54fecc917c57559a94f31402bcbe14159eac6
parente039cc863be5f1c182658587335897c441ba647d
ethdev: fix extended statistics description

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 <thomas.monjalon@6wind.com>
Acked-by: Remy Horton <remy.horton@intel.com>
lib/librte_ether/rte_ethdev.h