git: 605e699cd6ca - main - ena: Update driver version to v2.8.4

From: Arthur Kiyanovski <akiyano_at_FreeBSD.org>
Date: Thu, 16 Jul 2026 18:24:14 UTC
The branch main has been updated by akiyano:

URL: https://cgit.FreeBSD.org/src/commit/?id=605e699cd6ca4feae6c73c5c5ea8337054897116

commit 605e699cd6ca4feae6c73c5c5ea8337054897116
Author:     Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2026-07-14 19:38:34 +0000
Commit:     Arthur Kiyanovski <akiyano@FreeBSD.org>
CommitDate: 2026-07-16 18:20:41 +0000

    ena: Update driver version to v2.8.4
    
    Bug Fixes:
    * Fix false 'missing TX completions' warnings due to timestamp race
    * Put taskqueues into correct NUMA domain if !RSS
    
    Minor Changes:
    * Batch RX statistics updates
    * Swap RX/TX completions cleanup order
    
    Submitted by: Arthur Kiyanovski <akiyano@amazon.com>
    MFC after: 2 weeks
    Sponsored by: Amazon, Inc.
    Reviewed by: cperciva
    Differential Revision: https://reviews.freebsd.org/D58242
---
 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 77cb8730627f..a62bfccba7ad 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	3
+#define ENA_DRV_MODULE_VER_SUBMINOR	4
 
 #define ENA_DRV_MODULE_NAME		"ena"