[dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling

2015-11-08 Thread Tahhan, Maryam
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren > Sent: Friday, November 6, 2015 2:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling > > This patch refactors the queue handling. Generic queue

[dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling

2015-11-06 Thread Harry van Haaren
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 --- drivers/net/ixgbe/ixgbe_ethdev.c | 132 --- 1 file changed, 53