Spdk/lib/nvmf
Daniel Verkamp f9db32ec3d nvmf: remove double immediate completion handling
The "immediate completion" cases in spdk_nvmf_request_exec() already
call spdk_nvmf_request_complete(), so the ret == 1 case in nvmf_recv()
is bogus.

Also fix a couple of spdk_nvmf_request_complete() calls in
nvmf_process_admin_cmd() that should be handled by its caller.

Change-Id: I41b865d5e6e7fec08087faf9c6f3da3b057a5fb2
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-06-27 10:23:09 -07:00
..
conf.c nvmf: replace all malloc with calloc in nvmf library 2016-06-21 17:01:25 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conn.c nvmf: remove double immediate completion handling 2016-06-27 10:23:09 -07:00
conn.h nvmf: Move *_desc lists into nvmf_rdma_conn 2016-06-24 12:26:43 -07:00
controller.c nvmf: Remove unused return value. 2016-06-27 09:19:17 -07:00
controller.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
host.c nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
host.h nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
Makefile nvmf: Remove nvmf_*_cmd.c files 2016-06-24 11:31:18 -07:00
nvmf_internal.h nvmf: remove bb pools and replace with rte_malloc 2016-06-27 09:13:34 -07:00
nvmf.c nvmf: remove bb pools and replace with rte_malloc 2016-06-27 09:13:34 -07:00
nvmf.h nvmf: move internal APIs out of nvmf.h 2016-06-09 14:25:26 -07:00
port.c nvmf: move includes from nvmf.h where they're used 2016-06-09 14:25:26 -07:00
port.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
rdma.c nvmf: factor out RDMA-specific request completion 2016-06-27 10:23:03 -07:00
rdma.h nvmf: factor out RDMA-specific request completion 2016-06-27 10:23:03 -07:00
request.c nvmf: remove double immediate completion handling 2016-06-27 10:23:09 -07:00
request.h nvmf: pass bb and in-capsule data to prep_data 2016-06-27 10:21:29 -07:00
session.c nvmf: Remove nvmf_*_cmd.c files 2016-06-24 11:31:18 -07:00
session.h nvmf: remove Create/Delete I/O SQ/CQ commands 2016-06-27 10:23:08 -07:00
subsystem_grp.c nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
subsystem_grp.h nvmf: Rename spdk_nvmf_init_grp to spdk_nvmf_host 2016-06-17 13:31:05 -07:00