mbox series

[0/4] net/ena: v2.7.0 driver release

Message ID 20220607164341.19088-1-mk@semihalf.com (mailing list archive)
Headers
Series net/ena: v2.7.0 driver release |

Message

Michal Krawczyk June 7, 2022, 4:43 p.m. UTC
  Hi,

this patchset contains 1 generic feature support (fast mbuf free), one
improvement (simplification of the MTU verification), and 1 new device
argument which enhances the ENA user's experience by allowing them to
disable the LLQ (Low Latency Queue) mode.

Thanks,
Michal

Dawid Gorecki (2):
  net/ena: add fast mbuf free support
  net/ena: skip MTU verification

Michal Krawczyk (2):
  net/ena: add an option to disable LLQ
  net/ena: update version to 2.7.0

 doc/guides/nics/ena.rst                |   9 +++
 doc/guides/nics/features/ena.ini       |   1 +
 doc/guides/rel_notes/release_22_07.rst |   9 +++
 drivers/net/ena/ena_ethdev.c           | 105 ++++++++++++++++++-------
 drivers/net/ena/ena_ethdev.h           |   1 +
 5 files changed, 96 insertions(+), 29 deletions(-)

--
2.25.1
  

Comments

Ferruh Yigit June 7, 2022, 7:02 p.m. UTC | #1
On 6/7/2022 5:43 PM, Michal Krawczyk wrote:
> Hi,
> 
> this patchset contains 1 generic feature support (fast mbuf free), one
> improvement (simplification of the MTU verification), and 1 new device
> argument which enhances the ENA user's experience by allowing them to
> disable the LLQ (Low Latency Queue) mode.
> 
> Thanks,
> Michal
> 
> Dawid Gorecki (2):
>    net/ena: add fast mbuf free support
>    net/ena: skip MTU verification
> 
> Michal Krawczyk (2):
>    net/ena: add an option to disable LLQ
>    net/ena: update version to 2.7.0
> 

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