Spdk/test/external_code/nvme
Konrad Sztyber 5802856ece external_code/nvme: direct NVMe device connect
Added interface, nvme_connect(), for connecting an NVMe device specified
by a BDF address.  Similarly to spdk_nvme_connect(), it returns a
pointer to an NVMe controller representing requested device.

Under the hood, it uses spdk_nvme_pci_device_attach() to attach the
PCI device.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: I15c7cabae07539cb97aba810385d26f223abfd6d
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6665
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2021-03-09 08:28:22 +00:00
..
.gitignore test/external_code: initial definitions for basic NVMe driver 2021-03-09 08:28:22 +00:00
identify.c external_code/nvme: device attach/detach 2021-03-09 08:28:22 +00:00
Makefile external_code/nvme: device attach/detach 2021-03-09 08:28:22 +00:00
nvme.c external_code/nvme: direct NVMe device connect 2021-03-09 08:28:22 +00:00
nvme.h external_code/nvme: direct NVMe device connect 2021-03-09 08:28:22 +00:00