git: a3927f6e3aba - stable/12 - ena: Update driver version to v2.6.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 12:56:29 UTC
The branch stable/12 has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=a3927f6e3aba804da6a4d4820cd47acf9538b2b4 commit a3927f6e3aba804da6a4d4820cd47acf9538b2b4 Author: Arthur Kiyanovski <akiyano@amazon.com> AuthorDate: 2023-05-28 08:42:05 +0000 Commit: Marcin Wojtas <mw@FreeBSD.org> CommitDate: 2023-07-31 12:50:09 +0000 ena: Update driver version to v2.6.3 Bug Fixes: * Initialize statistics before the interface is available * Fix driver unload crash Minor Changes: * Mechanically convert ena(4) to DrvAPI * Remove usage of IFF_KNOWSEPOCH MFC after: 2 weeks Sponsored by: Amazon, Inc. (cherry picked from commit ac40021c935d77d86e68d28c6d33187ce9638ec6) --- 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 75fb00652460..3c8b08c3cb83 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 2 +#define ENA_DRV_MODULE_VER_SUBMINOR 3 #define ENA_DRV_MODULE_NAME "ena"