Skip to content

Commit

Permalink
fbsd/ena: Update driver version to v2.6.2
Browse files Browse the repository at this point in the history
Bug Fixes:
* Remove timer service re-arm on ena_restore_device failure.
* Re-Enable per-packet missing tx completion print

Minor Changes:
* Remove support for FreeBSD 11 from README and RELEASE_NOTES.

Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
  • Loading branch information
akiyano committed Jan 10, 2023
1 parent 20b3831 commit 5a3f247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1``
``2.6.2``

Supported FreeBSD Versions
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion kernel/fbsd/ena/ena.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#define ENA_DRV_MODULE_VER_MAJOR 2
#define ENA_DRV_MODULE_VER_MINOR 6
#define ENA_DRV_MODULE_VER_SUBMINOR 1
#define ENA_DRV_MODULE_VER_SUBMINOR 2

#define ENA_DRV_MODULE_NAME "ena"

Expand Down

0 comments on commit 5a3f247

Please sign in to comment.