DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] xstats queue handling
@ 2015-11-06 14:12 Harry van Haaren
  2015-11-06 14:12 ` [dpdk-dev] [PATCH 1/3] ethdev: xstats generic Q stats refactor Harry van Haaren
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Harry van Haaren @ 2015-11-06 14:12 UTC (permalink / raw)
  To: dev

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 NICs supporting queue xstats, and
they have been updated to conform with the new method of presentation.


Harry van Haaren (3):
  ethdev: xstats generic Q stats refactor
  ixgbe: refactor xstats queue handling
  i40e: refactor xstats queue handling

 drivers/net/i40e/i40e_ethdev.c   | 112 +++++++++++++++++++--------------
 drivers/net/ixgbe/ixgbe_ethdev.c | 132 ++++++++++++++++-----------------------
 lib/librte_ether/rte_ethdev.c    |  10 +--
 3 files changed, 120 insertions(+), 134 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-11-12 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-06 14:12 [dpdk-dev] [PATCH 0/3] xstats queue handling Harry van Haaren
2015-11-06 14:12 ` [dpdk-dev] [PATCH 1/3] ethdev: xstats generic Q stats refactor Harry van Haaren
2015-11-08  7:39   ` Tahhan, Maryam
2015-11-06 14:12 ` [dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling Harry van Haaren
2015-11-08  7:37   ` Tahhan, Maryam
2015-11-06 14:12 ` [dpdk-dev] [PATCH 3/3] i40e: " Harry van Haaren
2015-11-08  7:34   ` Tahhan, Maryam
2015-11-12 16:36 ` [dpdk-dev] [PATCH 0/3] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).