numam-spdk/mk
Ben Walker 6b1e4e732d Drop libpciaccess and switch to DPDK PCI
This patch also drops support for automatically unbinding
devices from the kernel - run scripts/setup.sh first.

Our generic pci interface is now hidden behind include/spdk/pci.h
and implemented in lib/util/pci.c. We no longer wrap the calls
in nvme_impl.h or ioat_impl.h. The implementation now only uses
DPDK and the libpciaccess dependency has been removed. If using
a version of DPDK earlier than 16.07, enumerating devices
by class code isn't available and only Intel SSDs will be
discovered. DPDK 16.07 adds enumeration by class code and all
NVMe devices will be correctly discovered.

Change-Id: I0e8bac36b5ca57df604a2b310c47342c67dc9f3c
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
2016-10-04 15:59:00 -07:00
..
ioat.unittest.mk ioat: Use log library instead of ioat_printf 2016-09-28 10:15:56 -07:00
json.unittest.mk build: include -lrt and -lpthread in LDFLAGS 2016-06-23 09:04:02 -07:00
nvme.unittest.mk nvme: Use log library instead of nvme_printf 2016-09-28 10:15:55 -07:00
spdk.common.mk Drop libpciaccess and switch to DPDK PCI 2016-10-04 15:59:00 -07:00
spdk.deps.mk Fix header file dependencies. 2015-09-28 09:07:04 -07:00
spdk.lib.mk log: Add a lib for integrating the log lib with event framework. 2016-07-13 10:13:48 -07:00
spdk.modules.mk bdev: Add RBD support in lib/bdev 2016-09-30 15:26:28 -07:00
spdk.subdirs.mk build: don't print subdir banners 2016-03-16 08:15:42 -07:00