mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
79770fdad6
commit
79e1500276
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue