git: e5de1d8dad25 - main - ena: Update driver version to v2.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 16:09:09 UTC
The branch main has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=e5de1d8dad25308f3a332f9386e05b851a36c507 commit e5de1d8dad25308f3a332f9386e05b851a36c507 Author: Arthur Kiyanovski <akiyano@amazon.com> AuthorDate: 2022-12-13 16:58:25 +0000 Commit: Marcin Wojtas <mw@FreeBSD.org> CommitDate: 2023-01-13 16:07:04 +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 --- 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"