Support for Intel NVMe driver Library #859
alt-savage
started this conversation in
Ideas
Replies: 1 comment
-
I asked this a few weeks ago, based on my research into the SPDK project as a non-developer, it appears to me that there is no way to use the driver as a universal driver for any application. The driver seems to only be usable by a custom application created specifically to use it, meaning you can't just set up a program to call up the SPDK library to run external programs. Mad max would have to be rewritten to include SPDK functionality, and would likely only benefit users using extremely high core count CPUs and large NVMe arrays. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Intel has developed a high performance, zero-copy, Linux C library for directly interfacing with NVMe drives:
https://spdk.io/doc/nvme.html
Could this speedup Madmax NVMe drive IO ?
Beta Was this translation helpful? Give feedback.
All reactions