mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ena: update ENA version to v2.5.0
Some of the changes in this release: - IPv6 L4 checksum offload fixes. - Optimization of the Tx req_id validation. - Timer service adjustments. - NUMA awareness for the kernel RSS mode. Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf MFC after: 2 weeks Sponsored by: Amazon, Inc.
This commit is contained in:
parent
95161adfcb
commit
8a5b4859c7
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@
|
|||
#include "ena-com/ena_eth_com.h"
|
||||
|
||||
#define DRV_MODULE_VER_MAJOR 2
|
||||
#define DRV_MODULE_VER_MINOR 4
|
||||
#define DRV_MODULE_VER_SUBMINOR 1
|
||||
#define DRV_MODULE_VER_MINOR 5
|
||||
#define DRV_MODULE_VER_SUBMINOR 0
|
||||
|
||||
#define DRV_MODULE_NAME "ena"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue