Coder Social home page Coder Social logo

Comments (2)

safl avatar safl commented on June 21, 2024

Sorry for the slow response on this. As you have observed then the use of the SPDK subprojects does not operate "cleanly". The main challenge here is that we really want it to be "easy" to build and install xNVMe with all dependencies. However, for SPDK, which is not meson, doing so will yield issues such as the scenario you present here, and special handling is thus required.

The path xNVMe is taking here is going towards more conventional approaches. In previous version of xNVMe liburing was bundlded in a manner similar to SPDK. Liburing was the first thing to be removed from subprojects and library-bundling. Next one up is "fio", since we now have the xNVMe I/O engine in upstream fio, we now await the next release of fio, then it can be removed from the subproject and custom-build.
After that, then SPDK will be removed, which is WIP: #243

Last remaining is libvfn, which might get to stick around, since it is meson, it behaves as it should and can easily be disabled.

from xnvme.

safl avatar safl commented on June 21, 2024

This issues catches the items: #164

from xnvme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.