mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
xNVMe provides the means to program and interact with NMe devices from user space. The foundation of xNVMe is libxnvme, a user space library for working with NVMe devices. It provides a C API for memory management, that is, for allocating physical / DMA transferable memory when needed. xNVMe is an NVMe command interface allowing you to submit and complete NVMe commands in a synchronous as well as an asynchronous manner. WWW: https://xnvme.io/ Signed-off-by: Karl Bonde Torp <k.torp@samsung.com> PR: 262032
6 lines
424 B
Text
6 lines
424 B
Text
xNVMe provides the means to program and interact with NMe devices from user
|
|
space. The foundation of xNVMe is libxnvme, a user space library for working
|
|
with NVMe devices. It provides a C API for memory management, that is, for
|
|
allocating physical / DMA transferable memory when needed. xNVMe is an NVMe
|
|
command interface allowing you to submit and complete NVMe commands in a
|
|
synchronous as well as an asynchronous manner.
|