mbox series

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

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

Message

Michal Krawczyk Oct. 14, 2021, 8:18 p.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

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           | 511 ++++++++++++++++++++-----
 drivers/net/ena/ena_ethdev.h           |  26 +-
 3 files changed, 438 insertions(+), 108 deletions(-)

--
2.25.1
  

Comments

Michal Krawczyk Oct. 15, 2021, 4:26 p.m. UTC | #1
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

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           | 511 ++++++++++++++++++++-----
 drivers/net/ena/ena_ethdev.h           |  26 +-
 3 files changed, 438 insertions(+), 108 deletions(-)

--
2.25.1
  
Ferruh Yigit Oct. 18, 2021, 8:51 p.m. UTC | #2
On 10/15/2021 5:26 PM, 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
> 
> 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
> 

Hi Michal,

Can you please rebase on top of latest next-net, mainly because of
JUMBO frame offload check?
Resolving conflict is not hard, but I wasn't sure if you want to
change the logic too, safer if you send a new version.

Thanks,
ferruh
  
Michal Krawczyk Oct. 19, 2021, 9:05 a.m. UTC | #3
pon., 18 paź 2021 o 22:52 Ferruh Yigit <ferruh.yigit@intel.com> napisał(a):
>
> On 10/15/2021 5:26 PM, 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
> >
> > 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
> >
>
> Hi Michal,
>
> Can you please rebase on top of latest next-net, mainly because of
> JUMBO frame offload check?
> Resolving conflict is not hard, but I wasn't sure if you want to
> change the logic too, safer if you send a new version.
>

Hi Ferruh,

sure, I'll do that and send the v3 of the patches.

Thanks,
Michal

> Thanks,
> ferruh