Skip to content

Releases: SamsungDS/libvfn

v5.1.0

22 Jul 22:22
Compare
Choose a tag to compare

v5.0.0

10 Jul 13:24
Compare
Choose a tag to compare

Feature-wise, this is a minor release. Bumping the major version due to the API change described below.

nvme_rq_mapv_prp() now expects the struct iov * to contain virtual addresses and will translate them when building the data pointer PRPs.

libvfn now supports creating SGLs (and will use them by default if available). Use the new helper function nvme_rq_mapv() to map struct iov *'s. This function will use SGLs if supported by the controller or fall back to PRPs.

Full Changelog: v4.0.2...v5.0.0

v4.0.2

10 Jul 13:13
Compare
Choose a tag to compare

Minor release.

Full Changelog: v4.0.1...v4.0.2

v4.0.1

17 Apr 21:37
Compare
Choose a tag to compare

Bugfix release.

Full Changelog: v4.0.0...v4.0.1

v4.0.0

09 Feb 13:39
Compare
Choose a tag to compare

This release adds support for iommufd.

This is a major version bump. Several API changes.

Full Changelog: v3.0.1...v4.0.0

v3.0.1

02 Feb 15:46
Compare
Choose a tag to compare

Bugfix release.

v3.0.0

09 Nov 18:48
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v3.0.0

v2.1.1

11 Aug 12:46
Compare
Choose a tag to compare

Botched the release again (broke --buildtype=release).

v2.1.0

11 Aug 08:53
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.1.0

v2.0.2

07 Jun 09:52
Compare
Choose a tag to compare

Bug fix release for the bug fix release. Duh.