Spdk/lib/nvmf
Ben Walker d67119d8bd nvmf: Don't require a full subsystem pause to change the allowed hosts
The list of allowed hosts is only checked during handling of CONNECT
commands - not in the main I/O path. Protect that list with a mutex
instead of requiring a full pause of the subsystem to allow
dynamic management of the allowed hosts without impacting any
active I/O.

Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Change-Id: I3f7e87cc1fa6de200c422928c07153fc60fab28c
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4555
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2020-10-13 07:48:12 +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: Group bool members of spdk_nvmf_subsystem into a bit field 2020-10-09 07:18:49 +00:00
fc_ls.c nvmf/fc: Initialize transport id for the newly created FC transport qpair 2020-09-30 07:26:13 +00:00
fc.c nvmf/fc: simplify nvmf_fc_master_enqueue_event 2020-09-17 15:25:09 +00:00
Makefile build: cleanup LOCAL_SYS_LIBS for uuid 2020-09-29 09:36:25 +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 nvmf: Don't require a full subsystem pause to change the allowed hosts 2020-10-13 07:48:12 +00:00
nvmf_rpc.c nvmf: allow transport specific options within subsystem 2020-10-05 08:23:58 +00:00
nvmf.c lib/nvmf: destroy the mutex properly 2020-09-24 09:44:16 +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: Eliminate spdk_nvmf_tgt_accept() 2020-09-21 07:55:54 +00:00
subsystem.c nvmf: Don't require a full subsystem pause to change the allowed hosts 2020-10-13 07:48:12 +00:00
tcp.c nvmf/tcp: Change value of SPDK_NVMF_TCP_DEFAULT_MAX_SOCK_PRIORITY 2020-09-28 08:30: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