Spdk/lib/nvmf
Ben Walker 3c423f4099 nvmf: Turn RDMA req processing into a state machine
Formalize a state machine around request processing.
The state is advanced by calling
spdk_nvmf_rdma_request_process().

This clarifies the implementation considerably and
cleans up a few corner cases. Unfortunately, the diff
is also enormous and there does not appear to be a
way to reduce it.

Change-Id: I5741da24bcffc1aef367ebfe3dd1f589c5746901
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/374540
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
2017-08-18 14:38:32 -04:00
..
ctrlr_bdev.c nvmf: refactor identify into a common function 2017-08-17 17:58:49 -04:00
ctrlr_discovery.c nvmf: refactor identify into a common function 2017-08-17 17:58:49 -04:00
ctrlr.c nvmf: refactor identify into a common function 2017-08-17 17:58:49 -04:00
ctrlr.h nvmf: refactor identify into a common function 2017-08-17 17:58:49 -04:00
Makefile nvmf: Rename spdk_nvmf_session to spdk_nvmf_ctrlr 2017-08-08 13:46:48 -04:00
nvmf_internal.h nvmf: refactor controller creation 2017-08-17 17:58:49 -04:00
nvmf.c nvmf: Clarify transport API for listen and accept 2017-08-08 15:46:28 -04:00
rdma.c nvmf: Turn RDMA req processing into a state machine 2017-08-18 14:38:32 -04:00
request.c nvmf: Add wrappers for transport calls 2017-08-08 15:46:28 -04:00
request.h nvmf: Rename spdk_nvmf_conn to spdk_nvmf_qpair 2017-08-08 13:46:48 -04:00
subsystem.c nvmf: Clarify transport API for listen and accept 2017-08-08 15:46:28 -04:00
subsystem.h nvmf: Remove direct mode 2017-08-02 13:57:45 -04:00
transport.c nvmf: Replace transport controller with poll_group 2017-08-11 19:44:35 -04:00
transport.h nvmf: Replace transport controller with poll_group 2017-08-11 19:44:35 -04:00