-
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: Bump driver version to 2.6.0
Update driver version from 2.5 to 2.6 in all places. Add release notes for version 2.6.0 Change-Id: Ia3a5531e1c5f9bc880bcae340a59944f3c2d5811 Signed-off-by: Shay Agroskin <[email protected]>
- Loading branch information
Showing
5 changed files
with
30 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Author: Cristian Gafton <[email protected]> | ||
|
||
NAME = ena | ||
VERSION = 2.5.0 | ||
VERSION = 2.6.0 | ||
|
||
TOPDIR := $(shell git rev-parse --show-toplevel) | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
%define kmod_name ena | ||
%define kmod_driver_version 2.5.0 | ||
%define kmod_driver_version 2.6.0 | ||
%define kmod_rpm_release 1 | ||
%define kmod_git_hash 3ac3e0bf079b2c0468f759f2213541e214a6dd77 | ||
%define kmod_kbuild_dir kernel/linux/ena | ||
|
@@ -22,7 +22,7 @@ Source7: preamble | |
|
||
Name: %{kmod_name} | ||
Version: %{kmod_driver_version} | ||
Release: %{kmod_rpm_release}%{?dist}.31 | ||
Release: %{kmod_rpm_release}%{?dist}.32 | ||
Summary: %{kmod_name} kernel module | ||
|
||
Group: System/Kernel | ||
|
@@ -99,6 +99,9 @@ install -m 644 -D source/%{kmod_kbuild_dir}/RELEASENOTES.md $RPM_BUILD_ROOT/usr/ | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Wed Sep 29 2021 Shay Agroskin [email protected] - 2.6.0-1.32 | ||
- Update ENA driver to version 2.6.0 | ||
|
||
* Wed Mar 03 2021 Arthur Kiyanovski [email protected] - 2.5.0-1.31 | ||
- Update ENA driver to version 2.5.0 | ||
|
||
|
ef3736a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWS is talking about version 3 of this driver, but doesn't seem released? https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-ec2-c6i-instances/
ef3736a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Mathias,
Thank you for catching this. C6i announcement has a wrong mentioning of the ENA driver requirements and we are going to fix this ASAP. Our apologies for this confusion.
Please refer to https://github.com/amzn/amzn-drivers/blob/master/kernel/linux/ena/ENA_Linux_Best_Practices.rst. In "General FAQs" section the first 3 questions refer to the driver versions that should be used.