Spdk/test/spdkcli/match_files/spdkcli_details_vhost_ctrl.test.match
Tomasz Zawadzki 72eed604b4 lib/event: do not spawn a thread for each reactor
Those spdk threads were neither used or tracked in event framework.

Needed to edit hardcoded cpumask value in spdkcli test to accept any string.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ieffea1bdf467f50ec0bd3af4b17a1d259fd876b4
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5817
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2021-01-25 04:55:54 +00:00

23 lines
386 B
Plaintext

{
"backend_specific": {
"scsi": [
{
"id": 0,
"luns": [
{
"bdev_name": "Malloc2",
"id": 0
}
],
"scsi_dev_num": 0,
"target_name": "Target 0"
}
]
},
"cpumask": "$(S)",
"ctrlr": "vhost_scsi1",
"delay_base_us": 20,
"iops_threshold": 1000000,
"socket": "$(S)/vhost_scsi1"
}