-
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/efa: Bump driver version to 2.8.0
Reviewed-by: Daniel Kranzdorf <[email protected]> Reviewed-by: Firas Jahjah <[email protected]> Signed-off-by: Michael Margolin <[email protected]>
- Loading branch information
Showing
9 changed files
with
24 additions
and
7 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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
efa (2.8.0-1.amzn1) unstable; urgency=medium | ||
* Introduce Query MR support | ||
* Expose underlying interconnects used to reach memory regions | ||
* Fix compilation issues for mainline 6.8 kernels | ||
|
||
-- Michael Margolin <[email protected]> Thu, 15 Feb 2024 10:30:27 +0000 | ||
|
||
efa (2.6.0-1.amzn1) unstable; urgency=medium | ||
* Fix wrong resources destruction order | ||
* Enable Nvidia GDR using P2P on up-to-date kernels | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2019-2023 Amazon.com, Inc. or its affiliates. All rights reserved | ||
# Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All rights reserved | ||
|
||
%define name efa | ||
%define driver_name efa | ||
|
@@ -98,6 +98,11 @@ install -m 644 neuron_p2p.h %{buildroot}%{install_path}/src | |
/etc/modprobe.d/efa.conf | ||
|
||
%changelog | ||
* Thu Feb 15 2024 Michael Margolin <[email protected]> - 2.8.0 | ||
- Introduce Query MR support | ||
- Expose underlying interconnects used to reach memory regions | ||
- Fix compilation issues for mainline 6.8 kernels | ||
|
||
* Thu Nov 09 2023 Michael Margolin <[email protected]> - 2.6.0 | ||
- Fix wrong resources destruction order | ||
- Enable Nvidia GDR using P2P on up-to-date kernels | ||
|
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