The branch main has been updated by mw:

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

commit 42c7760be3ea420668f625f2064ae347aa7e818e
Author:     Michal Krawczyk <m...@semihalf.com>
AuthorDate: 2021-08-12 08:34:30 +0000
Commit:     Marcin Wojtas <m...@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"
 
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to