forked from amzn/amzn-drivers
-
Notifications
You must be signed in to change notification settings - Fork 0
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.3.0
Reviewed-by: Firas JahJah <[email protected]> Reviewed-by: Yossi Leybovich <[email protected]> Signed-off-by: Gal Pressman <[email protected]>
- Loading branch information
1 parent
1e185f3
commit 77aab7c
Showing
9 changed files
with
33 additions
and
8 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,13 @@ | ||
efa (1.3.0-1.amzn1) unstable; urgency=medium | ||
|
||
* Align to the driver that was merged upstream | ||
* Fix a bug where failed functions would return success return value | ||
* Fix modify QP udata check backport | ||
* Fix locking issues in mmap flow | ||
* Add Debian packaging files | ||
|
||
-- Gal Pressman <[email protected]> Sun, 7 Jul 2019 15:05:27 +0000 | ||
|
||
efa (0.9.2-1.amzn1) unstable; urgency=medium | ||
|
||
* Initial release of EFA kernel driver Debian package | ||
|
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,13 @@ install -m 644 RELEASENOTES.md %{buildroot}%{install_path} | |
/etc/modprobe.d/efa.conf | ||
|
||
%changelog | ||
* Sun Jul 7 2019 Gal Pressman <[email protected]> - 1.3.0 | ||
- Align to the driver that was merged upstream | ||
- Fix a bug where failed functions would return success return value | ||
- Fix modify QP udata check backport | ||
- Fix locking issues in mmap flow | ||
- Add Debian packaging files | ||
|
||
* Tue May 7 2019 Jie Zhang <[email protected]> - 0.9.2 | ||
- Add a separate configuration file to load ib_uverbs as a soft dependency module | ||
on non-systemd based systems | ||
|