Spdk/lib/event
Tomasz Zawadzki 4c5246c97f lib/event: add governor structure name in SPDK_GOVERNOR_REGISTER macro
Registering multiple governors would fail due to them having
the same name. Only saved by the fact that right now,
there is only one governor registered in this fashion.

Fix it by adding name of the governor structure passed
to the function name.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ic7a206da2c8f5dc1e72e41629bccf989c030f182
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8792
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@gmail.com>
2021-08-31 08:39:55 +00:00
..
app_rpc.c lib/event: refactor _spdk_governor_set() 2021-08-31 08:39:55 +00:00
app.c event: Add parsing of env_context option 2021-07-27 13:43:25 +00:00
dpdk_governor.c lib/event: add governor structure name in SPDK_GOVERNOR_REGISTER macro 2021-08-31 08:39:55 +00:00
gscheduler.c lib/event: refactor _spdk_governor_set() 2021-08-31 08:39:55 +00:00
log_rpc.c log_rpc: Unify codes in end path. 2021-05-05 13:26:06 +00:00
Makefile event: Move json config loading to init 2021-05-26 09:13:34 +00:00
reactor.c lib/event: refactor _spdk_scheduler_set() 2021-08-31 08:39:55 +00:00
scheduler_dynamic.c lib/event: refactor _spdk_governor_set() 2021-08-31 08:39:55 +00:00
scheduler_static.c lib/event: refactor _spdk_scheduler_set() 2021-08-31 08:39:55 +00:00
spdk_event.map event: Move json config loading to init 2021-05-26 09:13:34 +00:00