git: 7f12992281c7 - stable/12 - ena: Update driver version to v2.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 19:33:33 UTC
The branch stable/12 has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=7f12992281c7b8e2db59463982195b6ea6b4280d commit 7f12992281c7b8e2db59463982195b6ea6b4280d Author: Michal Krawczyk <mk@semihalf.com> AuthorDate: 2022-06-10 09:18:14 +0000 Commit: Marcin Wojtas <mw@FreeBSD.org> CommitDate: 2022-07-26 19:33:05 +0000 ena: Update driver version to v2.6.0 Some of the changes in this release: * Style fixes * Fix ENI stats probing * Add trace for the last Tx cleanup call * Prevent LLQ initialization if member isn't exposed * Improve logging Obtained from: Semihalf MFC after: 2 weeks Sponsored by: Amazon, Inc. (cherry picked from commit 79e1500276a993c8be857a6e32f0c05ec8f3cdc8) --- 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 f7684d7cc777..013b7f0360cc 100644 --- a/sys/dev/ena/ena.h +++ b/sys/dev/ena/ena.h @@ -40,7 +40,7 @@ #include "ena-com/ena_eth_com.h" #define ENA_DRV_MODULE_VER_MAJOR 2 -#define ENA_DRV_MODULE_VER_MINOR 5 +#define ENA_DRV_MODULE_VER_MINOR 6 #define ENA_DRV_MODULE_VER_SUBMINOR 0 #define ENA_DRV_MODULE_NAME "ena"