Skip to content

Commit

Permalink
ena: Update driver version to v2.7.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Osama Abboud authored and akiyano committed Dec 28, 2023
1 parent 246aa27 commit 4e2688c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/dev/ena/ena.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4e2688c

Please sign in to comment.