]> git.droids-corp.org - dpdk.git/commit
net/ena: update version to 2.6.0
authorMichal Krawczyk <mk@semihalf.com>
Wed, 23 Feb 2022 12:19:44 +0000 (13:19 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Feb 2022 18:01:03 +0000 (19:01 +0100)
commitdbbdeb8b47f7531f9dc6a315cfadf8b900e7c635
treecf3376ee0b5125e2778e115ba0ee980c798c946b
parentb2d2f1cf89a6c3661e68b750364e4a7018f954ba
net/ena: update version to 2.6.0

This release contains multiple bug fixes and improvements, including
  - Removal of the linearization function from the xmit Tx path. The
    DPDK assumes checking for the mbuf segments number in the Tx prepare
    function.
  - Extra logs, statistics, checks...
  - Cleanup of the unused variables and definitions.
  - Configurable Link Status event.
  - Improvements for the timer service and the reset.
  - Usage of the optimized memcpy on ARM.
  - MP awareness improvements - extra API support for the secondary
    processes (like reading basic statistics).
  - Support of the xstats API to get xstat names by ID.
  - Configurable Tx completions timeout.
  - Proper setting of the meta-descriptor's DF flag.

Signed-off-by: Michal Krawczyk <mk@semihalf.com>
drivers/net/ena/ena_ethdev.c