b7349216b9
remove the unnecessary rte_eal_pci_probe_one() in function spdk_pci_device_detach(), this could cause error message when we terminate the application, it will also not make sense try to probe one device after we detach it, we could call spdk_pci_nvme_device_attach() instead of spdk_pci_nvme_enumerate() when we have one given device address, dpdk will try to scan the device and add it back to pci device list then. Change-Id: I35f5bb412249bb20da57394f0531c10a49691906 Signed-off-by: Cunyin Chang <cunyin.chang@intel.com> |
||
---|---|---|
.. | ||
Makefile | ||
nvme_ctrlr_cmd.c | ||
nvme_ctrlr.c | ||
nvme_internal.h | ||
nvme_ns_cmd.c | ||
nvme_ns.c | ||
nvme_pcie.c | ||
nvme_qpair.c | ||
nvme_quirks.c | ||
nvme_rdma.c | ||
nvme_transport.c | ||
nvme_uevent.c | ||
nvme_uevent.h | ||
nvme.c |