Spdk/lib/nvmf
Jacek Kalwas ae207216fb nvmf: remove request exec backdoor
It was introduced for the purpose of executing fabric cmds when
subsystem and qpairs are not active. It was rather workaround than
solution for transport type like vfio-user. spdk_nvmf_request_exec
is a preferred way of passing request obj into nvmf layer.

Signed-off-by: Jacek Kalwas <jacek.kalwas@intel.com>
Change-Id: I4f989de27bfd494c744017599909c2e200f0f233
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4180
Community-CI: Broadcom CI
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2020-09-14 09:18:49 +00:00
..
ctrlr_bdev.c lib/nvmf: Support custom admin cmd handler for abort 2020-07-24 07:25:47 +00:00
ctrlr_discovery.c lib/nvmf: remove spdk_ and _spdk prefix from functions. 2020-06-01 09:21:14 +00:00
ctrlr.c nvmf: remove request exec backdoor 2020-09-14 09:18:49 +00:00
fc_ls.c nvmf: Remove new_qpair callback from transport accept function pointer 2020-06-18 07:29:41 +00:00
fc.c lib/nvmf: Add nvmf_transport_qpair_abort_request() 2020-07-14 07:54:42 +00:00
Makefile lib/nvmf: make spdk_nvmf_qpair_disconnect thread safe. 2020-08-12 07:51:15 +00:00
nvmf_fc.h nvmf: Remove new_qpair callback from transport accept function pointer 2020-06-18 07:29:41 +00:00
nvmf_internal.h lib/nvmf: Add ANA state to struct spdk_nvmf_subsystem_listener 2020-09-04 08:14:18 +00:00
nvmf_rpc.c lib/nvmf: Add nvmf_subsystem_get_listeners RPC 2020-09-09 07:20:16 +00:00
nvmf.c nvmf/subsystem: New path when we fail to change the subsystem state. 2020-09-07 09:29:25 +00:00
rdma.c nvmf/rdma/tcp: Use spdk_env_get_core_count to estimate cache size 2020-09-09 07:19:50 +00:00
spdk_nvmf.map nvmf: remove request exec backdoor 2020-09-14 09:18:49 +00:00
subsystem.c nvmf/subsystem: New path when we fail to change the subsystem state. 2020-09-07 09:29:25 +00:00
tcp.c nvmf/rdma/tcp: Use spdk_env_get_core_count to estimate cache size 2020-09-09 07:19:50 +00:00
transport.c nvmf/transport: Use mempool_get_bulk to feel pg cache 2020-09-09 07:19:50 +00:00
transport.h lib/nvmf: Add nvmf_transport_qpair_abort_request() 2020-07-14 07:54:42 +00:00