From 9c27a91018db96206edf3a1338a792b6d9d91a45 Mon Sep 17 00:00:00 2001 From: Michal Krawczyk Date: Tue, 16 Jul 2019 13:13:32 +0200 Subject: [PATCH] net/ena: update version to 2.0.1 In 2.0.1 ENA, there were patches for: * assigning NUMA node to the IO queue commit 4217cb0b7d2c ("net/ena: fix assigning NUMA node to IO queue") * statistics counters (Rx checksum errors and per-queue number of the Tx packets) commit ef74b5f7b69b ("net/ena: fix Rx checksum errors statistics") commit 5673e285a633 ("net/ena: fix Tx statistics") * SMP support commit 117ba4a60488 ("net/ena: get device info statically") * setting Rx checksum support commit ef538c1a7f56 ("net/ena: fix checksum feature flag") Signed-off-by: Michal Krawczyk --- drivers/net/ena/ena_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c index f583340804..a1187851c1 100644 --- a/drivers/net/ena/ena_ethdev.c +++ b/drivers/net/ena/ena_ethdev.c @@ -55,7 +55,7 @@ #define DRV_MODULE_VER_MAJOR 2 #define DRV_MODULE_VER_MINOR 0 -#define DRV_MODULE_VER_SUBMINOR 0 +#define DRV_MODULE_VER_SUBMINOR 1 #define ENA_IO_TXQ_IDX(q) (2 * (q)) #define ENA_IO_RXQ_IDX(q) (2 * (q) + 1) -- 2.20.1