Spdk/lib/nvmf
Daniel Verkamp d63007e5ca nvmf: clean up nvmf_recv() error path
If spdk_nvmf_request_exec() fails, the connection will be closed anyway,
so just leave the tx_desc in the active array; it will be cleaned up in
the normal connection cleanup path.

Change-Id: Ie4f60bd6001658403dd7e1c6a47d40be756ef6f2
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-06-27 14:14:02 -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: move RDMA connection handling to rdma.c 2016-06-27 10:24:01 -07:00
conn.h nvmf: make internal functions private to rdma.c 2016-06-27 12:28:28 -07:00
controller.c nvmf: add spdk_ prefix to struct nvmf_request 2016-06-27 10:24:00 -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: clean up nvmf_recv() error path 2016-06-27 14:14:02 -07:00
rdma.h nvmf: make internal functions private to rdma.c 2016-06-27 12:28:28 -07:00
request.c nvmf: set status in spdk_nvmf_request_prep_data() 2016-06-27 13:56:38 -07:00
request.h nvmf: eliminate redundant CID in spdk_nvmf_request 2016-06-27 12:52:19 -07:00
session.c nvmf: remove unused nvmf_session::vcfeat field 2016-06-27 13:01:39 -07:00
session.h nvmf: remove unused nvmf_session::vcfeat field 2016-06-27 13:01:39 -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