Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2021 23:07:43 GMT
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 42c7760be3ea - main - ena: Update driver version to v2.4.1
Message-ID:  <202109012307.181N7hVp021024@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mw:

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

commit 42c7760be3ea420668f625f2064ae347aa7e818e
Author:     Michal Krawczyk <mk@semihalf.com>
AuthorDate: 2021-08-12 08:34:30 +0000
Commit:     Marcin Wojtas <mw@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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109012307.181N7hVp021024>