git: 42c7760be3ea - main - ena: Update driver version to v2.4.1

Marcin Wojtas mw at FreeBSD.org
Wed Sep 1 23:07:44 UTC 2021


The branch main has been updated by mw:

URL: https://cgit.FreeBSD.org/src/commit/?id=42c7760be3ea420668f625f2064ae347aa7e818e

commit 42c7760be3ea420668f625f2064ae347aa7e818e
Author:     Michal Krawczyk <mk at semihalf.com>
AuthorDate: 2021-08-12 08:34:30 +0000
Commit:     Marcin Wojtas <mw at FreeBSD.org>
CommitDate: 2021-09-01 23:06:58 +0000

    ena: Update driver version to v2.4.1
    
    Some of the changes in this release:
    * Hardware RSS hash key reconfiguration and indirection table
    reconfiguration support.
    * Full kernel RSS support.
    * Extra statistic counters.
    * Netmap support for ENAv3.
    * Locking assertions.
    * Extra log messages.
    * Reset handling fixes.
    
    Obtained from: Semihalf
    MFC after: 2 weeks
    Sponsored by: Amazon, Inc.
---
 sys/dev/ena/ena.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ena/ena.h b/sys/dev/ena/ena.h
index 50467ffe0707..f559f9127c11 100644
--- a/sys/dev/ena/ena.h
+++ b/sys/dev/ena/ena.h
@@ -41,7 +41,7 @@
 
 #define DRV_MODULE_VER_MAJOR	2
 #define DRV_MODULE_VER_MINOR	4
-#define DRV_MODULE_VER_SUBMINOR 0
+#define DRV_MODULE_VER_SUBMINOR 1
 
 #define DRV_MODULE_NAME		"ena"
 


More information about the dev-commits-src-main mailing list