nvmf_add_ctrl - Man Page
Connect a controller and update topology
Synopsis
int nvmf_add_ctrl (nvme_host_t h , nvme_ctrl_t c , const struct nvme_fabrics_config *cfg );
Arguments
- h
Host to which the controller should be attached
- c
Controller to be connected
- cfg
Default configuration for the controller
Description
Issues a 'connect' command to the NVMe-oF controller and inserts c into the topology using h as parent. c must be initialized and not connected to the topology.
Return
0 on success; on failure errno is set and -1 is returned.
Info
August 2024 libnvme API manual