Spdk/lib/event
Marcin Spiewak cc54140080 env: added support for lcore map
This patch adds support for lcore mapping list, which
is needed by spdk if someone wants to use CPUs with IDs
greater than RTE_MAX_LCORE (128). For such CPUs it
is impossible to include them in the core mask (passed
to dpdk as '-c <mask>') as the dpdk doesn't allow
IDs greater than RTE_MAX_LCORE. Therefore they
must be mapped to lower lcore values using
'--lcores <maping_list>' passed to dpdk

Change-Id: If68f15cef2bca9e42a3457bf35477793b58ec53d
Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17399
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2023-04-10 17:58:20 +00:00
..
app_rpc.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
app.c env: added support for lcore map 2023-04-10 17:58:20 +00:00
log_rpc.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
Makefile so_ver: increase all major versions 2023-01-24 08:37:21 +00:00
reactor.c event: Nest the thread's spdk_fd_groups in interrupt mode 2023-04-04 17:38:22 +00:00
scheduler_static.c misc: Fix spelling mistakes 2022-12-09 08:16:18 +00:00
spdk_event.map scheduler: create public API and subsystem for scheduler/governor 2021-09-07 07:33:03 +00:00