7cc83b6258
This reverts commit 72eed604b4
.
spdk_vhost_init() relies on having a thread on each reactor.
Without the revert, every vhost controller is created on the same
core and even passing --cpumask when creating does not affect it.
Proper fix would be to change spdk_vhost_init(),
but would require additional testing. For now revert the patch
that spawned always idle threads.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I0dbd6c9fe1d9d23ada260da8fc7b48086223c632
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6186
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>
Community-CI: Mellanox Build Bot
23 lines
385 B
Plaintext
23 lines
385 B
Plaintext
{
|
|
"backend_specific": {
|
|
"scsi": [
|
|
{
|
|
"id": 0,
|
|
"luns": [
|
|
{
|
|
"bdev_name": "Malloc2",
|
|
"id": 0
|
|
}
|
|
],
|
|
"scsi_dev_num": 0,
|
|
"target_name": "Target 0"
|
|
}
|
|
]
|
|
},
|
|
"cpumask": "0x3",
|
|
"ctrlr": "vhost_scsi1",
|
|
"delay_base_us": 20,
|
|
"iops_threshold": 1000000,
|
|
"socket": "$(S)/vhost_scsi1"
|
|
}
|