[v3,0/5] net/ena: v2.8.0 driver release

Message ID 20231026142135.19967-1-shaibran@amazon.com (mailing list archive)
Headers
Series net/ena: v2.8.0 driver release |

Message

Brandes, Shai Oct. 26, 2023, 2:21 p.m. UTC
  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. 

---
v3:
* updated the ena hal upgrade patch 0001:
  * Removed all irrelvant headers from the ena_plat
  * Changed interal bit shift implementation to rte define.
  * Fixed an unintentional revert of queue status patch.
  * Fixed minor typo errors.
  * moved the ena release notes section to its proper location
    in the release notes doc (ordered in vendor in the driver group).

v2:
* Fixed spelling issues from checkpatch in patch 0001

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                | 497 +++++++++++++++---
 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               |  18 -
 drivers/net/ena/base/ena_plat_dpdk.h          |  51 +-
 drivers/net/ena/ena_ethdev.c                  | 309 ++++++++---
 drivers/net/ena/ena_ethdev.h                  |  43 +-
 13 files changed, 1199 insertions(+), 230 deletions(-)
  

Comments

Ferruh Yigit Oct. 27, 2023, 4:33 p.m. UTC | #1
On 10/26/2023 3:21 PM, shaibran@amazon.com wrote:
> 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. 
> 
> ---
> v3:
> * updated the ena hal upgrade patch 0001:
>   * Removed all irrelvant headers from the ena_plat
>   * Changed interal bit shift implementation to rte define.
>   * Fixed an unintentional revert of queue status patch.
>   * Fixed minor typo errors.
>   * moved the ena release notes section to its proper location
>     in the release notes doc (ordered in vendor in the driver group).
> 
> v2:
> * Fixed spelling issues from checkpatch in patch 0001
> 
> 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
>

Series applied to dpdk-next-net/main, thanks.