mbox series

[v3,0/7] net/ena: update ENA PMD to v2.5.0

Message ID 20211019105629.11731-1-mk@semihalf.com (mailing list archive)
Headers
Series net/ena: update ENA PMD to v2.5.0 |

Message

Michal Krawczyk Oct. 19, 2021, 10:56 a.m. UTC
  Hi,

this version updates the driver to version 2.5.0. It mainly focuses on
fixing the offload flags fixes. Other features included in this patchset
are:

  * NUMA aware allocations for the queue specific structures
  * New watchdog - check for missing Tx completions
  * Support for [tr]x_free_thresh configuration parameters

Regards,
Michal

v3:
* Rebase series on top of recent changed to resolve conflicts regarding the
  driver's offload flags (especially the DEV_RX_OFFLOAD_JUMBO_FRAME).

Michal Krawczyk (7):
  net/ena: fix verification of the offload capabilities
  net/ena: support Tx/Rx free thresholds
  net/ena: fix per-queue offload capabilities
  net/ena: indicate missing scattered Rx capability
  net/ena: add NUMA aware allocations
  net/ena: add check for missing Tx completions
  net/ena: update version to 2.5.0

 doc/guides/rel_notes/release_21_11.rst |   9 +
 drivers/net/ena/ena_ethdev.c           | 512 ++++++++++++++++++++-----
 drivers/net/ena/ena_ethdev.h           |  26 +-
 3 files changed, 440 insertions(+), 107 deletions(-)

--
2.25.1
  

Comments

Ferruh Yigit Oct. 19, 2021, 1:05 p.m. UTC | #1
On 10/19/2021 11:56 AM, Michal Krawczyk wrote:
> Hi,
> 
> this version updates the driver to version 2.5.0. It mainly focuses on
> fixing the offload flags fixes. Other features included in this patchset
> are:
> 
>    * NUMA aware allocations for the queue specific structures
>    * New watchdog - check for missing Tx completions
>    * Support for [tr]x_free_thresh configuration parameters
> 
> Regards,
> Michal
> 
> v3:
> * Rebase series on top of recent changed to resolve conflicts regarding the
>    driver's offload flags (especially the DEV_RX_OFFLOAD_JUMBO_FRAME).
> 
> Michal Krawczyk (7):
>    net/ena: fix verification of the offload capabilities
>    net/ena: support Tx/Rx free thresholds
>    net/ena: fix per-queue offload capabilities
>    net/ena: indicate missing scattered Rx capability
>    net/ena: add NUMA aware allocations
>    net/ena: add check for missing Tx completions
>    net/ena: update version to 2.5.0
> 

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