Spdk/examples/nvme
Jin Yu 89519ebc49 fio: make the ctrlr send keep alive in time
In spdk_fio_setup when the connections are too many,
for example 16 subsystems, it would take too much time to
complete the probe. And it takes the mutex that makes the
poll_ctrlr function can't send the keep alive cmd which
causes the target timeout. Split the mutex so the poll_ctrlr
has the chance to sent keep alive.

Fixes issue: #1286

Change-Id: I300513b5e8761d9eaadb4c5cbc8ed97fe84d02df
Signed-off-by: Jin Yu <jin.yu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1407
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2020-03-25 07:53:06 +00:00
..
arbitration nvme: add queue priority mask and maximum arbitration burst macro defintion 2019-12-20 10:06:22 +00:00
cmb_copy nvme/cmb_copy: Carriage return between return type and function name. 2020-02-25 10:32:01 +00:00
fio_plugin fio: make the ctrlr send keep alive in time 2020-03-25 07:53:06 +00:00
hello_world lib/vmd: detach devices during shutdown 2020-02-04 16:50:25 +00:00
hotplug build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
identify lib/vmd: detach devices during shutdown 2020-02-04 16:50:25 +00:00
nvme_manage nvme/opal: consolidate two get_locking_ranges APIs into one 2020-03-25 07:52:28 +00:00
perf perf: Add NSID in perf output information 2020-03-06 10:27:39 +00:00
reconnect reconnect: Add transport ack_timeout and retry_count parameters 2020-02-27 10:16:00 +00:00
reserve build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
Makefile examples/nvme: add a reconnect example. 2019-10-24 17:36:31 +00:00