Skip to content

Commit

Permalink
fbsd/ena: Update driver version to v2.6.3
Browse files Browse the repository at this point in the history
Bug Fixes:
* Initialize statistics before the interface is available
* Fix driver unload crash

Minor Changes:
* Mechanically convert ena(4) to DrvAPI
* Remove usage of IFF_KNOWSEPOCH

Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
  • Loading branch information
akiyano committed Jul 4, 2023
1 parent 67dca22 commit 50e1bc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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.2``
``2.6.3``

Supported FreeBSD Versions
--------------------------
Expand Down
13 changes: 11 additions & 2 deletions kernel/fbsd/ena/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ENA driver is supported on all FreeBSD releases starting from 12.0
The driver was verified on the following distributions:

**Releases:**
* FreeBSD 12.3
* FreeBSD 13.1
* FreeBSD 12.4
* FreeBSD 13.2

**Development:**
+-----------+-------------+
Expand All @@ -19,6 +19,15 @@ The driver was verified on the following distributions:
| HEAD | 8020c05683f |
+-----------+-------------+

## r2.6.3 release notes
**Bug Fixes**
* Initialize statistics before the interface is available
* Fix driver unload crash

**Minor Changes**
* Mechanically convert ena(4) to DrvAPI
* Remove usage of IFF_KNOWSEPOCH

## r2.6.2 release notes
**Bug Fixes**
* Remove timer service re-arm on ena_restore_device failure.
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 2
#define ENA_DRV_MODULE_VER_SUBMINOR 3

#define ENA_DRV_MODULE_NAME "ena"

Expand Down

0 comments on commit 50e1bc8

Please sign in to comment.