Spdk/lib/nvmf
Ben Walker 63a60a0c4c nvmf/tcp: Fix r2t completion callback
This was calling a callback for another function which
attempted to release the request. The code only worked because
in the r2t case the cb_arg was set to NULL, and that makes
the request free function do nothing.

Change-Id: Id9ec30ceb0eaa41deb67aa995da5d6f786d9b9f0
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479903
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Or Gerlitz <gerlitz.or@gmail.com>
Reviewed-by: Ziye Yang <ziye.yang@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2020-01-17 09:00:08 +00:00
..
ctrlr_bdev.c lib/nvmf: preparation for custom admin cmd handler 2020-01-14 07:51:18 +00:00
ctrlr_discovery.c nvmf: don't keep a global discovery log page. 2019-09-03 00:30:59 +00:00
ctrlr.c nvmf/ctrlr: improve property set cc checking 2020-01-16 09:20:02 +00:00
fc_ls.c lib/nvmf: get_transport now takes a string. 2020-01-16 09:10:38 +00:00
fc.c nvmf: pass listen done cb to transport specific code 2020-01-16 09:18:38 +00:00
Makefile lib/nvmf: extract RPCs from the subsystem directory 2019-08-21 17:20:28 +00:00
nvmf_fc.h lib/nvme: update trid struct with trstring. 2020-01-16 09:10:38 +00:00
nvmf_internal.h lib/nvmf: get_transport now takes a string. 2020-01-16 09:10:38 +00:00
nvmf_rpc.c lib/nvmf: get_transport now takes a string. 2020-01-16 09:10:38 +00:00
nvmf.c nvmf: pass listen done cb to transport specific code 2020-01-16 09:18:38 +00:00
rdma.c nvmf: pass listen done cb to transport specific code 2020-01-16 09:18:38 +00:00
subsystem.c nvmf: pass listen done cb to transport specific code 2020-01-16 09:18:38 +00:00
tcp.c nvmf/tcp: Fix r2t completion callback 2020-01-17 09:00:08 +00:00
transport.c nvmf: pass listen done cb to transport specific code 2020-01-16 09:18:38 +00:00
transport.h lib/nvmf: enable pluggable NVMe-oF transports. 2020-01-16 09:10:38 +00:00