Spdk/lib/nvme
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
..
Makefile nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme_ctrlr_cmd.c nvme: move create and delete I/O queue commands to PCIe 2016-10-18 10:14:00 -07:00
nvme_ctrlr.c nvme: add multi-process support 2016-12-02 12:24:22 -07:00
nvme_internal.h nvme: add multi-process support 2016-12-02 12:24:22 -07:00
nvme_ns_cmd.c nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
nvme_ns.c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_pcie.c env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
nvme_qpair.c nvme: remove transport qpair_destroy() function 2016-11-30 17:10:39 -07:00
nvme_quirks.c env: add struct spdk_pci_id and getter function 2016-11-01 09:40:36 -07:00
nvme_rdma.c nvme/rdma: change the arg to 0 in nvme_rdma_fabric_prop_get_cmd 2016-12-05 13:02:04 +08:00
nvme_transport.c nvme: Make the nvme_transport_ctrlr_scan() could scan a specific device. 2016-12-01 10:17:41 +08:00
nvme_uevent.c nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme_uevent.h nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme.c nvme: do not detach automatically on hot remove 2016-12-05 11:13:16 -07:00