netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2] ENA driver metrics changes
@ 2024-09-09  8:47 David Arinzon
  2024-09-09  8:47 ` [PATCH v2 net-next 1/2] net: ena: Add ENA Express metrics support David Arinzon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Arinzon @ 2024-09-09  8:47 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, netdev
  Cc: David Arinzon, Eric Dumazet, Paolo Abeni, Woodhouse, David,
	Machulsky, Zorik, Matushevsky, Alexander, Saeed Bshara,
	Wilson, Matt, Liguori, Anthony, Bshara, Nafea, Belgazal, Netanel,
	Saidi, Ali, Herrenschmidt, Benjamin, Kiyanovski, Arthur,
	Dagan, Noam, Agroskin, Shay, Itzko, Shahar, Abboud, Osama,
	Ostrovsky, Evgeny, Tabachnik, Ofir, Beider, Ron, Chauskin, Igor

This patchset contains an introduction of new metrics
available to ENA users.

Changes from v1:
- Utilization of local `dev` variable rather than a mix
  of `adapter->ena_dev` and `dev` access in ENA ethtool code.
- Modification of the commit messages to make them more
  informative.

David Arinzon (2):
  net: ena: Add ENA Express metrics support
  net: ena: Extend customer metrics reporting support

 .../device_drivers/ethernet/amazon/ena.rst    |   5 +
 .../net/ethernet/amazon/ena/ena_admin_defs.h  |  72 ++++++++
 drivers/net/ethernet/amazon/ena/ena_com.c     | 173 +++++++++++++++---
 drivers/net/ethernet/amazon/ena/ena_com.h     |  68 +++++++
 drivers/net/ethernet/amazon/ena/ena_ethtool.c | 163 ++++++++++++++---
 drivers/net/ethernet/amazon/ena/ena_netdev.c  |  27 ++-
 drivers/net/ethernet/amazon/ena/ena_netdev.h  |   2 +-
 7 files changed, 442 insertions(+), 68 deletions(-)

-- 
2.40.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09  8:47 [PATCH v2 net-next 0/2] ENA driver metrics changes David Arinzon
2024-09-09  8:47 ` [PATCH v2 net-next 1/2] net: ena: Add ENA Express metrics support David Arinzon
2024-09-09  8:47 ` [PATCH v2 net-next 2/2] net: ena: Extend customer metrics reporting support David Arinzon
2024-09-13  1:10 ` [PATCH v2 net-next 0/2] ENA driver metrics changes patchwork-bot+netdevbpf

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).