[dpdk-dev] [PATCH 0/3] xstats queue handling

2015-11-06 Thread Harry van Haaren
This patchset modifies how queue statistics are presented by rte_eth_xstats_get() and each PMD's xstats_get(). Generic stats from the rte_eth_stats struct are presented by rte, and each PMD can augment those stats with extra stats that are available (if any). Currently ixgbe and i40e are the only

[dpdk-dev] [PATCH 0/3] xstats queue handling

2015-11-12 Thread Thomas Monjalon
2015-11-06 14:12, Harry van Haaren: > This patchset modifies how queue statistics are presented by > rte_eth_xstats_get() and each PMD's xstats_get(). > > Generic stats from the rte_eth_stats struct are presented by rte, and each > PMD can augment those stats with extra stats that are available (i