Spdk/include/spdk
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
..
assert.h doc: add Doxygen file marker to all public headers 2016-05-04 11:17:17 -07:00
barrier.h doc: add Doxygen file marker to all public headers 2016-05-04 11:17:17 -07:00
bdev.h bdev, copy: move all I/O paths to use I/O channels 2016-09-26 14:02:07 -07:00
bit_array.h util: add bit array data structure 2016-09-15 15:47:56 -07:00
conf.h conf: Add configuration file iteration functions 2016-05-13 09:51:37 -07:00
copy_engine.h bdev, copy: move all I/O paths to use I/O channels 2016-09-26 14:02:07 -07:00
endian.h scsi: Flesh out the public header file 2016-08-03 09:47:28 -07:00
event.h event: return status code from spdk_app_fini() 2016-09-23 12:31:47 -07:00
fd.h Rename and move fd related helper functions to fd.c. 2016-09-14 10:51:25 -07:00
gpt_spec.h Add GPT (GUID partition table) spec header 2016-08-24 09:41:05 -07:00
io_channel.h util: add stdbool.h include to io_channel.h 2016-09-30 15:30:25 -07:00
ioat_spec.h ioat_spec.h: rename xor to avoid C++ keyword collision 2016-09-21 09:37:43 -07:00
ioat.h doc: add Doxygen file marker to all public headers 2016-05-04 11:17:17 -07:00
iscsi_spec.h iscsi: split spec definitions into iscsi_spec.h 2016-08-08 15:53:57 -07:00
json.h json: allow decoding of non-standard comments 2016-08-19 09:49:18 -07:00
jsonrpc.h jsonrpc: add JSON-RPC 2.0 library 2016-05-23 10:28:58 -07:00
likely.h Add likely/unlikely branch prediction annotations 2016-09-16 15:20:35 -07:00
log.h log: dynamically generate usage for -t option 2016-08-22 16:57:19 -07:00
mmio.h doc: add Doxygen file marker to all public headers 2016-05-04 11:17:17 -07:00
net.h net: include stdint.h for uint*_t types 2016-10-03 08:41:37 -07:00
nvme_intel.h spdk: Add Intel specific log page. 2016-05-05 13:39:14 +08:00
nvme_spec.h nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
nvme.h nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
nvmf_spec.h nvmf: add Doxygen title to spec header 2016-08-15 16:07:26 -07:00
pci_ids.h Drop libpciaccess and switch to DPDK PCI 2016-10-04 15:59:00 -07:00
pci.h Drop libpciaccess and switch to DPDK PCI 2016-10-04 15:59:00 -07:00
queue_extras.h Break out queue.h code pulled from FreeBSD into a separate file. 2015-09-25 12:45:04 -07:00
queue.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
rpc.h rpc: Add an RPC subsystem 2016-06-22 15:45:50 -07:00
scsi_spec.h iscsi: use spdk/endian.h functions 2016-08-25 13:29:56 -07:00
scsi.h scsi: change spdk_put_task to spdk_scsi_task_put 2016-09-29 15:42:29 -07:00
string.h scsi: move spdk_strcpy_pad() into util/string.c 2016-08-22 08:58:07 -07:00
trace.h trace: hard-code lcore history array size 2016-07-22 12:50:44 -07:00
vtophys.h doc: add Doxygen file marker to all public headers 2016-05-04 11:17:17 -07:00