Spdk/lib/env_dpdk
Daniel Verkamp f93fd72680 env: split PCI drivers into individual files
Change the PCI enumeration API to individual functions per device type
so that only the drivers that are actually in use get linked into the
final executable.  All of the common code is still shared internally in
the env_dpdk library.

Change-Id: I2ba83afe59202a510f999a0674e23e60b6581221
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-12-06 09:30:55 -07:00
..
env_internal.h env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
env.c env: remove return statements in void functions 2016-11-28 10:08:35 -07:00
env.mk env: do not link env lib with --whole-archive 2016-12-06 09:30:55 -07:00
Makefile env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
pci_ioat.c env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
pci_nvme.c env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
pci.c env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
vtophys.c env: add spdk_vtophys_register/unregister 2016-11-16 09:21:57 -07:00