git: 545cef127528 - stable/14 - ena: Update driver version to v2.8.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jun 2026 20:37:42 UTC
The branch stable/14 has been updated by akiyano:
URL: https://cgit.FreeBSD.org/src/commit/?id=545cef127528bfd58232f065453696ce7e3fa7dd
commit 545cef127528bfd58232f065453696ce7e3fa7dd
Author: Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2026-04-25 18:47:26 +0000
Commit: Arthur Kiyanovski <akiyano@FreeBSD.org>
CommitDate: 2026-06-03 20:35:36 +0000
ena: Update driver version to v2.8.3
Features:
* Report RX overrun errors via sysctl hw stats
Bug Fixes:
* Budget rx descriptors, not packets, to fix jumbo frame throughput
Minor Changes:
* Adjust ena_[rt]x_cleanup to return bool
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
Differential Revision: https://reviews.freebsd.org/D56641
(cherry picked from commit af7911d3b732b8e0d4254c5d0bf60d74ced89157)
---
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 8b5bcdc3214f..ca5abe494e04 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 2
+#define ENA_DRV_MODULE_VER_SUBMINOR 3
#define ENA_DRV_MODULE_NAME "ena"