numam-spdk/lib/nvmf
Changpeng Liu 6025375024 nvmf: generate reservation notice log on controller's thread
All the reservation commands are processed on subsystem's thread,
however the reservation notice log are controller related, and
the get log page command with reservation page will be processed
on controller's thread, so we use the same thread for generating
the log.

Change-Id: Ie000320d74242b979f6638d703523f063347ec29
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/449852
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-04-18 22:33:26 +00:00
..
ctrlr_bdev.c nvmf: set controller/namespace identify data to enable reservation 2019-03-08 20:55:10 +00:00
ctrlr_discovery.c nvmf: Only present subsystem if it is ready 2019-01-07 06:02:26 +00:00
ctrlr.c nvmf: generate reservation notice log on controller's thread 2019-04-18 22:33:26 +00:00
Makefile nvmf: Collapse request.c into ctrlr.c 2019-02-04 18:11:33 +00:00
nvmf_fc.h lib/nvmf: fix a typo error 2018-10-12 17:40:16 +00:00
nvmf_internal.h nvmf: generate reservation notice log on controller's thread 2019-04-18 22:33:26 +00:00
nvmf.c nvmf: update the subsystem poll group's reservation information correctly 2019-04-11 01:13:59 +00:00
rdma.c nvmf/rdma: fix bugs in spdk_nvmf_rdma_qpair_destroy 2019-04-18 21:47:57 +00:00
subsystem.c nvmf: update subsystem's poll group information for register command 2019-04-18 22:33:26 +00:00
tcp.c nvme/tcp: Replace the data with iov in pdu struct 2019-04-04 14:28:09 +00:00
transport.c nvmf: Remove qpair_is_idle 2019-03-15 19:19:17 +00:00
transport.h nvmf: Remove qpair_is_idle 2019-03-15 19:19:17 +00:00