numam-spdk/lib
Jim Harris 16bbcb3f36 env: register PMDs on associated first probe
This avoids registering PMDs that are not used by a given
application.  For example, an app may wish to *not* use
ioat - in this case, ioat PMD would not be registered with
DPDK, and we would not waste time probing these devices
when probing other devices like NVMe.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: If378e40bde9057c7808603aa1918bcfe80fa0e9d
2017-03-06 12:44:34 -07:00
..
bdev bdev/nvme: Add support for hotplug in bdev/nvme layer. 2017-03-02 11:44:14 +08: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 env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
event event: free rings and mempool (#113) 2017-02-24 16:30:36 -07:00
ioat util: move common helper functions to util.h 2017-02-10 09:38:52 -07:00
iscsi iscsi: finish the task if the lun is NULL immediately in iscsi layer. 2017-03-02 00:54:34 -07:00
json json: make sure parse always sets *end 2017-02-15 16:31:07 -07:00
jsonrpc jsonrpc_server: allow user to specify socket type 2016-12-15 08:06:33 -07:00
log log: define prioritynames[] (#102) 2017-01-23 16:07:29 -07:00
net net/interface: check socket() return value 2017-02-14 10:27:12 -07:00
nvme nvme/rdma: use spdk_malloc() for DMA data buffers 2017-03-03 10:23:20 -07:00
nvmf nvmf: remove SPDK_NVMF_REQUEST_EXEC_STATUS_RELEASE 2017-03-03 10:22:11 -07:00
rpc rpc: Remove event from module unload path 2017-02-28 19:36:43 -07:00
scsi scsi: Add support for hotplug in scsi layer. 2017-03-03 08:16:48 +08: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
Makefile env: rename default implementation to env_dpdk 2016-11-14 08:48:20 -07:00