-
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 1.5.1
Reviewed-by: Firas JahJah <[email protected]> Reviewed-by: Yossi Leybovich <[email protected]> Signed-off-by: Gal Pressman <[email protected]>
- Loading branch information
1 parent
3f2efa2
commit f5a2d37
Showing
9 changed files
with
17 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,8 @@ | ||
efa (1.5.1-1.amzn1) unstable; urgency=medium | ||
* Fix SuSE ioctl flow backport | ||
|
||
-- Gal Pressman <[email protected]> Thu, 02 Jan 2020 16:21:54 +0000 | ||
|
||
efa (1.5.0-1.amzn1) unstable; urgency=medium | ||
* RDMA read support | ||
* Make ib_uverbs a soft dependency | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,9 @@ install -m 644 RELEASENOTES.md %{buildroot}%{install_path} | |
/etc/modprobe.d/efa.conf | ||
|
||
%changelog | ||
* Thu Jan 02 2020 Gal Pressman <[email protected]> - 1.5.1 | ||
- Fix SuSE ioctl flow backport | ||
|
||
* Wed Dec 11 2019 Gal Pressman <[email protected]> - 1.5.0 | ||
- RDMA read support | ||
- Make ib_uverbs a soft dependency | ||
|