-
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.2.4
**Bug Fixes** * Use random key to configure RSS instead of static one. * Fix multiple issues with the RSS configuration. * Restore accidentally deleted meta-descriptor-caching-related code. **Minor Changes** * Set default tx interrupt moderation interval to 64, aligning it to upstream. * Align comments surrounding create_queues_with_size_backoff() to upstream code. * Minor cosmetic changes. * Remove redundant print from ena_init(). * Change DRV_MODULE_VERSION to DRV_MODULE_GENERATION as in upstream code. * Remove redefinition of ENA_HASH_KEY_SIZE in ena_netdev.h. * Add missing row to README. * Remove unused variable in XDP code. * Use HAVE_NETDEV_XMIT_MORE in kcompat.h. Signed-off-by: Munehisa Kamata <[email protected]> Signed-off-by: Noam Dagan <[email protected]> Signed-off-by: Shay Agroskin <[email protected]> Signed-off-by: Arthur Kiyanovski <[email protected]> Signed-off-by: Sameeh Jubran <[email protected]>
- Loading branch information
1 parent
5dde515
commit b2a3940
Showing
11 changed files
with
151 additions
and
80 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
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
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.