All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 net-next 0/4] Enhance current features in ena driver
@ 2020-09-09  6:46 sameehj
  2020-09-09  6:46 ` [PATCH V3 net-next 1/4] net: ena: ethtool: convert stat_offset to 64 bit resolution sameehj
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: sameehj @ 2020-09-09  6:46 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.

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    | 172 +++++++++++++++++------
 drivers/net/ethernet/amazon/ena/ena_netdev.c     |  45 +++++-
 drivers/net/ethernet/amazon/ena/ena_netdev.h     |   9 ++
 6 files changed, 236 insertions(+), 55 deletions(-)

-- 
2.16.6


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

end of thread, other threads:[~2020-09-09 18:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-09  6:46 [PATCH V3 net-next 0/4] Enhance current features in ena driver sameehj
2020-09-09  6:46 ` [PATCH V3 net-next 1/4] net: ena: ethtool: convert stat_offset to 64 bit resolution sameehj
2020-09-09  6:46 ` [PATCH V3 net-next 2/4] net: ena: ethtool: Add new device statistics sameehj
2020-09-09  6:46 ` [PATCH V3 net-next 3/4] net: ena: ethtool: add stats printing to XDP queues sameehj
2020-09-09  6:46 ` [PATCH V3 net-next 4/4] net: ena: xdp: add queue counters for xdp actions sameehj
2020-09-09 15:50   ` Jakub Kicinski
2020-09-09 18:02 ` [PATCH V3 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.