mbox series

[v2,net-next,0/2] ENA driver metrics changes

Message ID 20240909084704.13856-1-darinzon@amazon.com (mailing list archive)
Headers show
Series ENA driver metrics changes | expand

Message

David Arinzon Sept. 9, 2024, 8:47 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 13, 2024, 1:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 9 Sep 2024 11:47:02 +0300 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/2] net: ena: Add ENA Express metrics support
    https://git.kernel.org/netdev/net-next/c/49f66e1216ff
  - [v2,net-next,2/2] net: ena: Extend customer metrics reporting support
    https://git.kernel.org/netdev/net-next/c/403cdc41773b

You are awesome, thank you!