]> git.droids-corp.org - dpdk.git/commitdiff
net/ena: update version to 2.7.0
authorMichal Krawczyk <mk@semihalf.com>
Tue, 7 Jun 2022 16:43:41 +0000 (18:43 +0200)
committerFerruh Yigit <ferruh.yigit@xilinx.com>
Tue, 7 Jun 2022 19:01:09 +0000 (21:01 +0200)
This release contains changes listed below.

  - Fast mbuf free feature support.
  - Device argument to disable the LLQ.
  - Simplification of the MTU verification.

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

index d748b33e511c3e4385a5152133ca8e28698d1a41..3e88bcda6caba80f3bf6a43e2f55d121759c89b6 100644 (file)
@@ -21,7 +21,7 @@
 #include <ena_eth_io_defs.h>
 
 #define DRV_MODULE_VER_MAJOR   2
-#define DRV_MODULE_VER_MINOR   6
+#define DRV_MODULE_VER_MINOR   7
 #define DRV_MODULE_VER_SUBMINOR        0
 
 #define __MERGE_64B_H_L(h, l) (((uint64_t)h << 32) | l)