aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Kiyanovski <akiyano@amazon.com>2025-04-25 17:19:32 +0000
committerArthur Kiyanovski <akiyano@FreeBSD.org>2025-05-01 17:51:52 +0000
commita1685d25601ee7abfaf6d6a993932ae3318e070e (patch)
treebca90657a3201596ca6726ec5a21cbbd5808c67a
parent3f4a674a8ee430dec7c72c45ffe759eabefa7a1f (diff)
ena: Bump driver version to v2.8.1
Changes since 2.8.0: Bug Fixes: * Fix LLQ normal width misconfiguration * Check for errors when detaching children first, not last Minor Changes: * Remove \n from sysctl description Approved by: cperciva (mentor) Sponsored by: Amazon, Inc. Differential Revision: https://reviews.freebsd.org/D50041 (cherry picked from commit 59b30c1a864ee8a22c2e9912301cb88674f714c9)
-rw-r--r--sys/dev/ena/ena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ena/ena.h b/sys/dev/ena/ena.h
index 06bdfad97ed4..3b01605b4ba7 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 0
+#define ENA_DRV_MODULE_VER_SUBMINOR 1
#define ENA_DRV_MODULE_NAME "ena"