DPDK patches and discussions
 help / color / mirror / Atom feed
From: Shai Brandes <shaibran@amazon.com>
To: <stephen@networkplumber.org>
Cc: <dev@dpdk.org>, Shai Brandes <shaibran@amazon.com>
Subject: [PATCH 0/8] net/ena: release 2.13.0
Date: Wed, 21 May 2025 17:02:05 +0300	[thread overview]
Message-ID: <20250521140213.2576-1-shaibran@amazon.com> (raw)

This patchset includes an upgrade of the ENA HAL,
introduces a new feature, and addresses three bug fixes.

Thank you in advance to the net maintainers and community members
for your time and effort reviewing the code.

Best regards,
Shai Brandes
AWS Elastic Network Adapter team

Shai Brandes (8):
  net/ena/base: avoid recalculating desc per entry
  net/ena/base: coding style changes
  net/ena: separate doorbell logic for Rx and Tx
  net/ena: support fragment bypass mode
  net/ena: fix unhandled interrupt config failure
  net/ena: fix aenq timeout with low poll interval
  net/ena: fix virtual address calc for unaligned BARs
  net/ena: upgrade driver version to 2.13.0

 doc/guides/nics/ena.rst                       |  13 +-
 doc/guides/rel_notes/release_25_07.rst        |  10 ++
 drivers/net/ena/base/ena_com.c                |  39 +++++-
 drivers/net/ena/base/ena_com.h                |   8 ++
 .../net/ena/base/ena_defs/ena_admin_defs.h    |  15 +++
 drivers/net/ena/base/ena_eth_com.c            |   6 +-
 drivers/net/ena/base/ena_eth_com.h            |  15 ++-
 drivers/net/ena/ena_ethdev.c                  | 112 ++++++++++++++----
 drivers/net/ena/ena_ethdev.h                  |   9 +-
 9 files changed, 194 insertions(+), 33 deletions(-)

-- 
2.17.1


             reply	other threads:[~2025-05-21 14:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-21 14:02 Shai Brandes [this message]
2025-05-21 14:02 ` [PATCH 1/8] net/ena/base: avoid recalculating desc per entry Shai Brandes
2025-05-21 14:02 ` [PATCH 2/8] net/ena/base: coding style changes Shai Brandes
2025-05-21 14:02 ` [PATCH 3/8] net/ena: separate doorbell logic for Rx and Tx Shai Brandes
2025-05-21 14:02 ` [PATCH 4/8] net/ena: support fragment bypass mode Shai Brandes

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=20250521140213.2576-1-shaibran@amazon.com \
    --to=shaibran@amazon.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    /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).