Skip to content

Commit

Permalink
fbsd/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
* Introduce a new compilation flag __FreeBSD_version

Signed-off-by: Osama Abboud <osamaabb@amazon.com>
  • Loading branch information
Osama Abboud committed Jan 10, 2024
1 parent d9efb65 commit 2677e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kernel/fbsd/ena/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FreeBSD kernel driver for Elastic Network Adapter (ENA) family
Version
-------

``2.6.3``
``2.7.0``

Supported FreeBSD Versions
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions kernel/fbsd/ena/ena.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,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 2677e97

Please sign in to comment.