Spdk/lib/nvmf
Ziye Yang 78b69710f3 nvmf: Make tx_desc free correct in nvmf_recv
Should set tx_desc=NULL here. If not,When
nvmf_post_rdma_recv(conn, rx_desc) fails,
we would make tx_desc deactive again, and
this is wrong.

Change-Id: Ieabc7e3864b7f124b003d052f66ab8799a1d632e
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2016-06-20 09:18:01 -07:00
..
conf.c nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conn.c nvmf: Make tx_desc free correct in nvmf_recv 2016-06-20 09:18:01 -07:00
conn.h nvmf: Don't allocate our own RDMA protection domain 2016-06-10 11:19:33 -07:00
controller.c nvmf: Support UnbindFromKernel option for NVMe identification 2016-06-08 10:26:37 +08: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: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
nvmf_admin_cmd.c nvmf: remove unused request_mempool declarations 2016-06-08 14:06:30 -07:00
nvmf_internal.h nvmf: move internal APIs out of nvmf.h 2016-06-09 14:25:26 -07:00
nvmf_io_cmd.c nvmf: process the submission error code for NVMe I/O commands 2016-06-20 09:13:17 -07:00
nvmf.c nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -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: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
rdma.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
session.c nvmf: correct the function input parameter name 2016-06-08 12:55:14 -07:00
session.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -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