Spdk/lib/nvme
Daniel Verkamp 1ffec5d53a nvme: convert transport type to an enum
Function pointers will not work for the DPDK multi-process model (they
can have different addresses in different processes), so define a
transport enum and dispatch functions that switch on the transport type
instead.

Change-Id: Ic16866786eba5e523ce533e56e7a5c92672eb2a5
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-11-07 10:42:18 -07:00
..
Makefile nvme: convert transport type to an enum 2016-11-07 10:42:18 -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: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_internal.h nvme: convert transport type to an enum 2016-11-07 10:42:18 -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 nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_qpair.c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_quirks.c env: add struct spdk_pci_id and getter function 2016-11-01 09:40:36 -07:00
nvme_transport.c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme.c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00