numam-spdk/lib
Cunyin Chang b7349216b9 nvme: optimization for nvme probe and detachment.
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>
2017-03-15 09:00:25 -07:00
..
bdev bdev/nvme: RPC call can now specify remote NVMe-oF devices 2017-03-14 08:38:04 -07:00
conf conf: move structures out of public API header 2016-11-16 10:33:16 -07:00
copy ioat: print PCI addresses in hex for consistency 2017-02-14 10:27:47 -07:00
cunit eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
env_dpdk nvme: optimization for nvme probe and detachment. 2017-03-15 09:00:25 -07:00
event event/app: use PID for trace ID if shm_id is unset 2017-03-09 15:33:17 -07:00
ioat util: move common helper functions to util.h 2017-02-10 09:38:52 -07:00
iscsi iscsi: fix typo in error message 2017-03-10 15:48:03 -07:00
json json: make sure parse always sets *end 2017-02-15 16:31:07 -07:00
jsonrpc util: add SPDK_COUNTOF() array size macro 2017-03-07 12:43:42 -07:00
log util: add SPDK_COUNTOF() array size macro 2017-03-07 12:43:42 -07:00
net util: add SPDK_COUNTOF() array size macro 2017-03-07 12:43:42 -07:00
nvme nvme: optimization for nvme probe and detachment. 2017-03-15 09:00:25 -07:00
nvmf nvmf: add an outstanding admin IO tracker in direct mode 2017-03-15 08:02:39 -07:00
rpc rpc: Remove event from module unload path 2017-02-28 19:36:43 -07:00
scsi scsi: remove delete_lun RPC call and move claimed flag 2017-03-13 11:27:22 -07:00
trace trace: use snprintf() to ensure g_shm_name is terminated 2017-02-14 13:03:11 -07:00
util string: make spdk_parse_ip_addr() params non-const 2017-02-14 10:28:29 -07:00
vhost env/vtophys: expose mem map in public API 2017-03-10 11:39:28 -07:00
Makefile CONFIG: add CONFIG_VHOST option (on by default) 2017-03-07 12:43:51 -07:00