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