Spdk/lib/env_dpdk
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
..
env_internal.h env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
env.c env: add spdk_mempool_create() socket_id parameter 2017-01-30 13:05:30 -07:00
env.mk env_dpdk: allow linking against DPDK shared libs 2017-01-26 10:51:11 -07:00
init.c env_dpdk: print DPDK version during initialization 2017-03-01 13:46:51 -07:00
Makefile env: Move DPDK intialization into the env library. 2017-02-15 17:16:37 -07:00
pci_ioat.c env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
pci_nvme.c env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
pci.c env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
vtophys.c vtophys: add function to dynamically allocate maps 2017-03-02 12:29:34 -07:00