Spdk/lib/nvmf
Daniel Verkamp d13d21e651 nvmf: remove spdk_nvmf_qpair::type field
The type of a queue is purely a function of its queue ID.

Add a helper function, spdk_nvmf_qpair_is_admin_queue(), to make the
logic more obvious (akin to nvme_qpair_is_admin_queue() in the NVMe
library).

Change-Id: I7cf5a82d1e3dc50834cc2ff03f5f88c5719c6952
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/398663
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2018-02-07 12:21:54 -05:00
..
ctrlr_bdev.c
ctrlr_discovery.c
ctrlr.c nvmf: remove spdk_nvmf_qpair::type field 2018-02-07 12:21:54 -05:00
Makefile
nvmf_internal.h nvmf: remove spdk_nvmf_qpair::type field 2018-02-07 12:21:54 -05:00
nvmf.c nvmf: check whether the transport already in poll group 2018-02-02 12:27:00 -05:00
rdma.c
request.c nvmf: remove spdk_nvmf_qpair::type field 2018-02-07 12:21:54 -05:00
subsystem.c
transport.c
transport.h