nvme-cli plugins

Keith Busch keith.busch at intel.com
Wed Jun 8 08:18:11 PDT 2016


On Wed, Jun 08, 2016 at 03:07:54PM +0200, Christoph Hellwig wrote:
> On Tue, Jun 07, 2016 at 06:39:09PM -0400, Keith Busch wrote:
> > It also adds support for dynamically loaded plug-ins. This is so a
> > 3rd party or vendor can extend the program without having their stuff
> > in-tree. It accomplishes this using the dynamic linking loader (dlopen,
> > dlsym, and friends) to open and register symbols.
> 
> I'm really worried about dlopen()able symbols.  They mean you now
> expose an ABI, and once in distros will probably cause all kinds of
> vendors to ask for ABI stability.

I'm happy to drop it for now, but would like something like this since
the demand exists. If we get the right ABI, maitaining it shouldn't much
trouble; 'fio' does dynamic loading for ioengines, and nvme-cli is a
small project in comparison.

I would like to get it right the first time, so no particular rush yet.



More information about the Linux-nvme mailing list