DPDK patches and discussions
 help / color / mirror / Atom feed
From: <shaibran@amazon.com>
To: <ferruh.yigit@amd.com>
Cc: <dev@dpdk.org>, Shai Brandes <shaibran@amazon.com>
Subject: [PATCH 0/5] net/ena: v2.8.0 driver release
Date: Tue, 24 Oct 2023 13:21:23 +0300	[thread overview]
Message-ID: <20231024102128.16832-1-shaibran@amazon.com> (raw)

From: Shai Brandes <shaibran@amazon.com>

Hi,

This patchset contains alignment of the driver to the latest HAL version
which adds support for retrieving new metrics from the device and opens
a path to use additional device features that are not yet supported by
the driver.

The new driver features are mostly about adding additional metrics.
We added support for an additional customer metric, ENA-express metrics
and are now reporting also rx overrun errors. All new metrics have MP
support.

* Testing:
The team performed directed tests for all the features and executed our
proprietary performance benchamarking (BW, PPS, Latency) to verify there
is no regression. It was executed on the entire Amazon EC2 instance types
matrix that covers all device generations and CPU architectures. 


Shai Brandes (5):
  net/ena: hal upgrade
  net/ena: add support for connection tracking metric
  net/ena: report Rx overrun errors in xstats
  net/ena: add support for ena-express metrics
  net/ena: update ena version to 2.8.0

 doc/guides/rel_notes/release_23_11.rst        |   7 +
 drivers/net/ena/base/ena_com.c                | 499 +++++++++++++++---
 drivers/net/ena/base/ena_com.h                | 197 ++++++-
 .../net/ena/base/ena_defs/ena_admin_defs.h    | 198 ++++++-
 .../net/ena/base/ena_defs/ena_eth_io_defs.h   |  18 +-
 drivers/net/ena/base/ena_defs/ena_gen_info.h  |   4 +-
 drivers/net/ena/base/ena_defs/ena_regs_defs.h |  12 +
 drivers/net/ena/base/ena_eth_com.c            |  45 +-
 drivers/net/ena/base/ena_eth_com.h            |  30 +-
 drivers/net/ena/base/ena_plat.h               |   8 +-
 drivers/net/ena/base/ena_plat_dpdk.h          |  49 +-
 drivers/net/ena/ena_ethdev.c                  | 321 ++++++++---
 drivers/net/ena/ena_ethdev.h                  |  43 +-
 13 files changed, 1204 insertions(+), 227 deletions(-)

-- 
2.17.1


             reply	other threads:[~2023-10-24 10:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24 10:21 shaibran [this message]
2023-10-24 10:21 ` [PATCH 1/5] net/ena: hal upgrade shaibran
2023-10-24 10:21 ` [PATCH 2/5] net/ena: add support for connection tracking metric shaibran
2023-10-24 10:21 ` [PATCH 3/5] net/ena: report Rx overrun errors in xstats shaibran
2023-10-24 10:21 ` [PATCH 4/5] net/ena: add support for ena-express metrics shaibran
2023-10-24 15:26   ` Stephen Hemminger
2023-10-24 15:55     ` Brandes, Shai
2023-10-25 12:34       ` Brandes, Shai
2023-10-24 10:21 ` [PATCH 5/5] net/ena: update ena version to 2.8.0 shaibran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231024102128.16832-1-shaibran@amazon.com \
    --to=shaibran@amazon.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).