ixgbe: refactor xstats per queue handling
authorHarry van Haaren <harry.van.haaren@intel.com>
Fri, 6 Nov 2015 14:12:54 +0000 (14:12 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 12 Nov 2015 16:35:27 +0000 (17:35 +0100)
commit664c51f792e5f9278eba0811fd6ba11c4ead4563
treed6e3ba4ab5568921dc55c670d8a5e1694033d409
parentee4340a69dd4f526e22298c27125530298371e44
ixgbe: refactor xstats per queue handling

This patch refactors the queue handling. Generic queue stats are
handled by rte_eth_xstats_get() and the ixgbe_xstats_get() exposes
only the extra stats.

Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Maryam Tahhan <maryam.tahhan@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c