Spdk/lib
Daniel Verkamp d63a30e39d nvme/pcie: return 1 when PCI address doesn't match
If the user asked for a specific PCI address in spdk_nvme_probe(), we
need to return 1, not 0, for the other PCI addresses that don't match
when enumerating.  0 means to attach the PCI driver, whereas 1 means to
continue enumerating.

With the previous behavior of returning 0, all NVMe devices would be
attached to the DPDK PCI driver, even if the user did not request for
them to be probed, and further calls to spdk_nvme_probe() would not find
any devices.

Change-Id: Ifbbcd7d1abe8ab535b6957855172e66a3e69fbe4
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-01-20 17:07:30 -07:00
..
bdev bdev/nvme: initialize the adminq_timer_poller as NULL. 2017-01-20 10:08:59 -07:00
conf conf: move structures out of public API header 2016-11-16 10:33:16 -07:00
copy event: remove 'complete' parameter from poller_register 2017-01-05 11:57:18 -07:00
cunit eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
env_dpdk ioat: add Skylake Xeon device ID 2017-01-19 09:39:59 -07:00
event free allocated spdk_conf in case of failure 2017-01-19 15:01:13 -07:00
ioat env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
iscsi iscsi: increment the correct lcore's g_num_connections in FFP transition 2017-01-12 10:15:05 -07:00
json json/parse: rewrite and simplify number parsing 2017-01-13 13:18:50 -07:00
jsonrpc jsonrpc_server: allow user to specify socket type 2016-12-15 08:06:33 -07:00
log log: use facilitynames to set/get log facility (#81) 2017-01-17 11:20:34 -07:00
net event.h: split non-public API into spdk_internal 2017-01-05 11:57:18 -07:00
nvme nvme/pcie: return 1 when PCI address doesn't match 2017-01-20 17:07:30 -07:00
nvmf nvmf: Make RDMA private data required. 2017-01-20 10:02:32 -07:00
rpc event: remove spdk_event_allocate() next parameter 2017-01-05 11:57:18 -07:00
scsi scsi: only generate sense data for Check Condition 2017-01-19 09:39:26 -07:00
trace Replace rte_get_tsc calls with spdk_get_ticks 2016-10-11 13:34:09 -07:00
util util: add vsprintf version of spdk_sprintf_alloc 2016-11-22 11:52:00 -07:00
Makefile env: rename default implementation to env_dpdk 2016-11-14 08:48:20 -07:00