git: 7ea71ba86a57 - stable/13 - ena: Bump driver version to v2.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 May 2025 18:15:16 UTC
The branch stable/13 has been updated by akiyano:
URL: https://cgit.FreeBSD.org/src/commit/?id=7ea71ba86a57e10a313c7633a894f8c53afcd6c6
commit 7ea71ba86a57e10a313c7633a894f8c53afcd6c6
Author: Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2025-04-25 17:19:32 +0000
Commit: Arthur Kiyanovski <akiyano@FreeBSD.org>
CommitDate: 2025-05-01 18:14:30 +0000
ena: Bump driver version to v2.8.1
Changes since 2.8.0:
Bug Fixes:
* Fix LLQ normal width misconfiguration
* Check for errors when detaching children first, not last
Minor Changes:
* Remove \n from sysctl description
Approved by: cperciva (mentor)
Sponsored by: Amazon, Inc.
Differential Revision: https://reviews.freebsd.org/D50041
(cherry picked from commit 59b30c1a864ee8a22c2e9912301cb88674f714c9)
---
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 06bdfad97ed4..3b01605b4ba7 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 0
+#define ENA_DRV_MODULE_VER_SUBMINOR 1
#define ENA_DRV_MODULE_NAME "ena"