-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux/ena update ENA linux driver to version 2.1.3
**New Features** * Replace old adaptive interrupt moderation algorithm with the DIM algorithm. * Introduce driver_supported_features field in host_info, and use it to signal to the device that the driver supports adaptive interrupt moderation. **Bug Fixes** * Prevent NULL pointer dereference when an admin command is executed during the execution of ena_remove(). * Fix compilation error in early SUSE versions due to missing suse_version.h file. * Fix continuous keep-alive resets. * Avoid potential memory access violation by validating Rx descriptor req_id in the proper place. * Fix issue where llq header size set by force_large_llq_header module parameter did not survive a device reset, causing a driver-device mismatch of header size. Signed-off-by: Noam Dagan <[email protected]> Signed-off-by: Sameeh Jubran <[email protected]> Signed-off-by: Arthur Kiyanovski <[email protected]>
- Loading branch information
Showing
16 changed files
with
964 additions
and
652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.