+10
−0
Loading
This reverts commit 72eed604. 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