Spdk/lib/nvmf
Ziye Yang 4c9ce2c60c nvmf/rdma: Solve the qpair thread and channel issue.
According to the current code, rdma qpair is always created
by the thread on acceptor_core, thus we need to
change the related I/O channel during polling if the core
configured for subsystem is not same with the acceptor core.\

With this patch, we can run NVMe-oF tgt with multiple cores,
and each subsystem can configure different core to handle.

Change-Id: I095c21068fedfcc59b890464b22dcdee55faa7e9
Signed-off-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/386690
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
2017-11-14 17:05:05 -05:00
..
ctrlr_bdev.c nvmf: add Write Zeroes support 2017-09-14 17:41:52 -04:00
ctrlr_discovery.c nvmf: store transport in listener structure 2017-09-19 17:14:52 -04:00
ctrlr.c nvmf: move fabrics command processing to ctrlr.c 2017-09-19 17:14:52 -04:00
Makefile nvmf: Rename spdk_nvmf_session to spdk_nvmf_ctrlr 2017-08-08 13:46:48 -04:00
nvmf_internal.h nvmf: simplify spdk_nvmf_request_exec() 2017-09-29 13:03:24 -04:00
nvmf.c nvmf: remove subsystem IDs 2017-09-19 17:14:52 -04:00
rdma.c nvmf/rdma: Solve the qpair thread and channel issue. 2017-11-14 17:05:05 -05:00
request.c nvmf: simplify spdk_nvmf_request_exec() 2017-09-29 13:03:24 -04:00
subsystem.c nvmf: don't allow 0xFFFFFFFF as a NSID 2017-09-19 17:16:59 -04:00
transport.c nvmf: Move all struct definitions to nvmf_internal.h 2017-09-01 12:43:26 -04:00
transport.h nvmf: Poll groups can now span transports 2017-09-01 12:43:26 -04:00