diff options
author | Michal Krawczyk <mk@semihalf.com> | 2021-08-12 08:34:30 +0000 |
---|---|---|
committer | Marcin Wojtas <mw@FreeBSD.org> | 2021-09-01 23:06:58 +0000 |
commit | 42c7760be3ea420668f625f2064ae347aa7e818e (patch) | |
tree | 04a94666c56cd43be3543863b57fef792455d1dd | |
parent | 6d1ef2abd330fac4057f092abbbdc28a568b4327 (diff) |
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.
-rw-r--r-- | sys/dev/ena/ena.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |