Spdk/lib/event
Tomasz Zawadzki 7cc83b6258 Revert "lib/event: do not spawn a thread for each reactor"
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
2021-02-01 08:04:51 +00:00
..
app_rpc.c reactor: avoid schedule thread to reactor in intr 2021-01-25 16:32:33 +00:00
app.c event: wait to shut down subsystems if scheduling in progress 2021-01-26 17:33:57 +00:00
dpdk_governor.c event: Add DPDK based governor 2020-10-23 22:35:53 +00:00
gscheduler.c event: Fix SPDK_SCHEDULER_REGISTER macro 2021-01-15 08:28:30 +00:00
json_config.c lib/event: Fix no error info problem when reading spdk_tgt json file 2021-01-25 12:52:58 +00:00
log_rpc.c lib/jsonrpc: Add a new API to send response for writing bool result. 2020-11-16 15:08:47 +00:00
Makefile event: Do not compile DPDK related code for non-DPDK env 2021-01-26 16:29:52 +00:00
reactor.c Revert "lib/event: do not spawn a thread for each reactor" 2021-02-01 08:04:51 +00:00
rpc.c build: remove unused references to conf library 2020-10-20 02:42:16 +00:00
scheduler_dynamic.c scheduler: Move busy thread if its mask do not match current lcore 2021-01-25 20:37:50 +00:00
scheduler_static.c event: Fix SPDK_SCHEDULER_REGISTER macro 2021-01-15 08:28:30 +00:00
spdk_event.map reactor: add spdk_reactor_set_interrupt_mode func 2021-01-25 20:37:50 +00:00
subsystem_rpc.c event: move app_rpc contents 2020-09-25 11:43:42 +00:00
subsystem.c event: remove subsystem legacy config print 2020-10-21 02:25:45 +00:00