The branch stable/14 has been updated by akiyano:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9015208bff0a940a837f654d1f2e21ff34efc382

commit 9015208bff0a940a837f654d1f2e21ff34efc382
Author:     Osama Abboud <[email protected]>
AuthorDate: 2023-10-30 11:12:24 +0000
Commit:     Arthur Kiyanovski <[email protected]>
CommitDate: 2024-01-14 21:18:11 +0000

    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)
---
 sys/dev/ena/ena.h | 4 ++--
 1 file 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"
 

Reply via email to