Releases: SamsungDS/libvfn
v5.1.0
v5.0.0
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
Minor release.
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Bugfix release.
Full Changelog: v4.0.0...v4.0.1
v4.0.0
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
v3.0.0
Full Changelog: v2.1.1...v3.0.0
v2.1.1
v2.1.0
Full Changelog: v2.0.2...v2.1.0