From: Shai Brandes <shaibran@amazon.com>
To: <stephen@networkplumber.org>
Cc: <dev@dpdk.org>, Shai Brandes <shaibran@amazon.com>
Subject: [PATCH v2 00/20] net/ena: Release 2.14.0
Date: Wed, 15 Oct 2025 15:03:55 +0300 [thread overview]
Message-ID: <20251015120415.2204-1-shaibran@amazon.com> (raw)
This patchset includes an upgrade of the ENA HAL,
introduces a new feature, and addresses few bug fixes.
Based on repository: dpdk-next-net; branch: origin/main; hash: 1d627ea13a
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
---
v2:
removed 0002-net-ena-base-rework-admin-timeout-handling.patch which caused compilation failure in ubuntu-22.04-clang-stdatomic test
Shai Brandes (20):
net/ena/base: optimize Tx desc fields setting
net/ena/base: add extended Tx cdesc support
net/ena/base: add IO ring helper functions
net/ena/base: add lost interrupt indication
net/ena/base: add Rx cdesc dump on bad request ID
net/ena: add Rx HW timestamping support
net/ena: rework sanity checks
net/ena: add verification of DMA address width
net/ena: fix PCI BAR mapping on 64K page size
net/ena: style and comment changes
net/ena/base: rework log format
net/ena/base: add phc error statistics
net/ena/base: remove redundant zeroing of Tx desc
net/ena/base: style changes in hal
net/ena/base: improve admin logging
net/ena/base: remove redundant if sentence
net/ena/base: fix unsafe memcpy on invalid memory
net/ena/base: optimize branch prediction
net/ena/base: change return type and improve logging
net/ena: upgrade driver version to 2.14.0
doc/guides/nics/ena.rst | 4 +
doc/guides/rel_notes/release_25_11.rst | 5 +
drivers/net/ena/base/ena_com.c | 273 +++++++++++++-----
drivers/net/ena/base/ena_com.h | 62 +++-
.../net/ena/base/ena_defs/ena_admin_defs.h | 44 +++
.../net/ena/base/ena_defs/ena_eth_io_defs.h | 12 +-
drivers/net/ena/base/ena_eth_com.c | 218 ++++++++------
drivers/net/ena/base/ena_eth_com.h | 59 ++--
drivers/net/ena/base/ena_plat_dpdk.h | 2 +-
drivers/net/ena/ena_ethdev.c | 140 ++++++++-
drivers/net/ena/ena_ethdev.h | 19 +-
drivers/net/ena/ena_rss.c | 2 +
12 files changed, 626 insertions(+), 214 deletions(-)
--
2.17.1
next reply other threads:[~2025-10-15 12:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 12:03 Shai Brandes [this message]
2025-10-15 12:03 ` [PATCH v2 01/20] net/ena/base: optimize Tx desc fields setting Shai Brandes
2025-10-15 12:03 ` [PATCH v2 02/20] net/ena/base: add extended Tx cdesc support Shai Brandes
2025-10-15 12:03 ` [PATCH v2 03/20] net/ena/base: add IO ring helper functions Shai Brandes
2025-10-15 12:03 ` [PATCH v2 04/20] net/ena/base: add lost interrupt indication Shai Brandes
2025-10-21 5:25 ` [PATCH v2 00/20] net/ena: Release 2.14.0 Stephen Hemminger
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=20251015120415.2204-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 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.