-
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.6.0
Reviewed-by: Daniel Kranzdorf <[email protected]> Signed-off-by: Michael Margolin <[email protected]>
- Loading branch information
Showing
9 changed files
with
23 additions
and
6 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.6.0-1.amzn1) unstable; urgency=medium | ||
* Fix wrong resources destruction order | ||
* Enable Nvidia GDR using P2P on up-to-date kernels | ||
* Expose accelerator memory P2P provider in sysfs | ||
|
||
-- Michael Margolin <[email protected]> Thu, 09 Nov 2023 14:41:36 +0000 | ||
|
||
efa (2.5.0-1.amzn1) unstable; urgency=medium | ||
* Add RDMA write statistics | ||
|
||
|
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 |
---|---|---|
|
@@ -98,6 +98,11 @@ install -m 644 neuron_p2p.h %{buildroot}%{install_path}/src | |
/etc/modprobe.d/efa.conf | ||
|
||
%changelog | ||
* 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 | ||
- Expose accelerator memory P2P provider in sysfs | ||
|
||
* Tue Jul 11 2023 Michael Margolin <[email protected]> - 2.5.0 | ||
- Add RDMA write statistics | ||
|
||
|
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