linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.44k stars 647 forks source link

plugins/spdk: drop the plugin #2329

Closed igaw closed 3 months ago

igaw commented 3 months ago

The plugin depends on the private header of libvnme and breaks the build if the library is not a builtin dependency.

Fixes: #2328