git: 96c5eaf0ac6b - main - ena: Update driver version to v2.8.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Mar 2026 19:50:51 UTC
The branch main has been updated by akiyano:
URL: https://cgit.FreeBSD.org/src/commit/?id=96c5eaf0ac6b98d0832e1037d672064de43a7e00
commit 96c5eaf0ac6b98d0832e1037d672064de43a7e00
Author: Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2026-02-13 05:32:22 +0000
Commit: Arthur Kiyanovski <akiyano@FreeBSD.org>
CommitDate: 2026-03-10 19:48:56 +0000
ena: Update driver version to v2.8.2
Bug Fixes:
* Verify that an ENA ring is in netmap only in native mode
Minor Changes:
* Move parenthesis to correct place in switch
* Add comment
* Reorder define
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
Reviewed by: cperciva
Differential Revision: https://reviews.freebsd.org/D55698
---
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 3b01605b4ba7..f67c7002327d 100644
--- a/sys/dev/ena/ena.h
+++ b/sys/dev/ena/ena.h
@@ -39,7 +39,7 @@
#define ENA_DRV_MODULE_VER_MAJOR 2
#define ENA_DRV_MODULE_VER_MINOR 8
-#define ENA_DRV_MODULE_VER_SUBMINOR 1
+#define ENA_DRV_MODULE_VER_SUBMINOR 2
#define ENA_DRV_MODULE_NAME "ena"