git: af7911d3b732 - main - ena: Update driver version to v2.8.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Apr 2026 21:15:10 UTC
The branch main has been updated by akiyano:
URL: https://cgit.FreeBSD.org/src/commit/?id=af7911d3b732b8e0d4254c5d0bf60d74ced89157
commit af7911d3b732b8e0d4254c5d0bf60d74ced89157
Author: Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2026-04-25 18:47:26 +0000
Commit: Arthur Kiyanovski <akiyano@FreeBSD.org>
CommitDate: 2026-04-27 21:14:06 +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:
* pmap_change_attr void * API change for FreeBSD 16.0+
* Adjust ena_[rt]x_cleanup to return bool
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
Differential Revision: https://reviews.freebsd.org/D56641
---
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"