linux-nvme / nvme-cli

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

nbft: Discovery support #2315

Closed tbzatek closed 4 months ago

tbzatek commented 6 months ago

This brings support for performing discovery and connect-all from Discovery Descriptor List records.

Needs https://github.com/linux-nvme/libnvme/pull/820 to parse URIs from NBFT.

Tested with static IPv4 and IPv6 against linux soft target. For now, persistent discovery controllers have not been tested.

igaw commented 4 months ago

Thanks!