All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 net-next 0/4] Enhance current features in ena driver
@ 2020-09-10 13:07 sameehj
  2020-09-10 13:07 ` [PATCH V4 net-next 1/4] net: ena: ethtool: convert stat_offset to 64 bit resolution sameehj
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sameehj @ 2020-09-10 13:07 UTC (permalink / raw)
  To: davem, netdev
  Cc: Sameeh Jubran, dwmw, zorik, matua, saeedb, msw, aliguori, nafea,
	gtzalik, netanel, alisaidi, benh, akiyano, ndagan

From: Sameeh Jubran <sameehj@amazon.com>

This series adds the following:
* Exposes new device stats using ethtool.
* Adds and exposes the stats of xdp TX queues through ethtool.

V3: Fix indentation in patches #3 and #4
V2: Drop the need for casting stat_offset
V1: Use unsigned long for pointer math instead of uintptr_t

Sameeh Jubran (4):
  net: ena: ethtool: convert stat_offset to 64 bit resolution
  net: ena: ethtool: Add new device statistics
  net: ena: ethtool: add stats printing to XDP queues
  net: ena: xdp: add queue counters for xdp actions

 drivers/net/ethernet/amazon/ena/ena_admin_defs.h |  37 ++++-
 drivers/net/ethernet/amazon/ena/ena_com.c        |  19 ++-
 drivers/net/ethernet/amazon/ena/ena_com.h        |   9 ++
 drivers/net/ethernet/amazon/ena/ena_ethtool.c    | 170 +++++++++++++++++------
 drivers/net/ethernet/amazon/ena/ena_netdev.c     |  39 +++++-
 drivers/net/ethernet/amazon/ena/ena_netdev.h     |   9 ++
 6 files changed, 232 insertions(+), 51 deletions(-)

-- 
2.16.6


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

end of thread, other threads:[~2020-09-10 22:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-10 13:07 [PATCH V4 net-next 0/4] Enhance current features in ena driver sameehj
2020-09-10 13:07 ` [PATCH V4 net-next 1/4] net: ena: ethtool: convert stat_offset to 64 bit resolution sameehj
2020-09-10 13:07 ` [PATCH V4 net-next 2/4] net: ena: ethtool: Add new device statistics sameehj
2020-09-10 13:07 ` [PATCH V4 net-next 3/4] net: ena: ethtool: add stats printing to XDP queues sameehj
2020-09-10 13:07 ` [PATCH V4 net-next 4/4] net: ena: xdp: add queue counters for xdp actions sameehj
2020-09-10 22:12 ` [PATCH V4 net-next 0/4] Enhance current features in ena driver David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.