aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsama Abboud <osamaabb@amazon.com>2023-10-30 11:12:24 +0000
committerArthur Kiyanovski <akiyano@FreeBSD.org>2024-01-14 07:43:23 +0000
commitc8a0dbcaff3f17a94589a957aafdfa3ab5c9d235 (patch)
tree0177a7a9accd3fdddb2c177ba1023968e4361bc5
parentba2007c083ef3e3fdede46072af30b164abbe4b6 (diff)
downloadsrc-c8a0dbcaff3f17a94589a957aafdfa3ab5c9d235.tar.gz
src-c8a0dbcaff3f17a94589a957aafdfa3ab5c9d235.zip
ena: Update driver version to v2.7.0
Features: * Introduce customer and SRD metrics through sysctl * Introduce spreading IRQs to CPUs capability using sysctl * Upgrade ena-com to v2.7.0 Bug Fixes: * Remove outdated APIs Minor Changes: * Introduce a shared stats sample interval for all stats Approved by: cperciva (mentor) MFC after: 2 weeks Sponsored by: Amazon, Inc. (cherry picked from commit 4e2688cc762d94b190029f0c5efab9c4bb5521be)
-rw-r--r--sys/dev/ena/ena.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ena/ena.h b/sys/dev/ena/ena.h
index 2c758d37622f..3e42568ba8a9 100644
--- a/sys/dev/ena/ena.h
+++ b/sys/dev/ena/ena.h
@@ -38,8 +38,8 @@
#include "ena-com/ena_eth_com.h"
#define ENA_DRV_MODULE_VER_MAJOR 2
-#define ENA_DRV_MODULE_VER_MINOR 6
-#define ENA_DRV_MODULE_VER_SUBMINOR 3
+#define ENA_DRV_MODULE_VER_MINOR 7
+#define ENA_DRV_MODULE_VER_SUBMINOR 0
#define ENA_DRV_MODULE_NAME "ena"