git: a33b0a2ab29e - stable/13 - ena: Update driver version to v2.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 13:59:07 UTC
The branch stable/13 has been updated by mw:
URL: https://cgit.FreeBSD.org/src/commit/?id=a33b0a2ab29e7cc40343f585e307bb657e046b19
commit a33b0a2ab29e7cc40343f585e307bb657e046b19
Author: Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2022-12-13 16:58:25 +0000
Commit: Marcin Wojtas <mw@FreeBSD.org>
CommitDate: 2023-01-27 12:09:09 +0000
ena: Update driver version to v2.6.2
Bug Fixes:
* Remove timer service re-arm on ena_restore_device failure.
* Re-Enable per-packet missing tx completion print
Minor Changes:
* Switch driver owners from Semihalf to Amazon in man file.
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/637
(cherry picked from commit e5de1d8dad25308f3a332f9386e05b851a36c507)
---
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 0fdf7751c637..ff33f526ca01 100644
--- a/sys/dev/ena/ena.h
+++ b/sys/dev/ena/ena.h
@@ -41,7 +41,7 @@
#define ENA_DRV_MODULE_VER_MAJOR 2
#define ENA_DRV_MODULE_VER_MINOR 6
-#define ENA_DRV_MODULE_VER_SUBMINOR 1
+#define ENA_DRV_MODULE_VER_SUBMINOR 2
#define ENA_DRV_MODULE_NAME "ena"