+2
−1
Loading
Thread's core affinity had not been visible to users. This patch adds thread's core affinity information to the existing thread_get_stats RPC. We can create an new RPC to retrieve thread's core affinity information but using thread_get_stats RPC will be enough for now. Besides, the name of SPDK thread 0 is not reactor_0 but app_thread now. So fix it together in this patch. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I634da46c411d648837538ebf227074d307273c97 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/475187 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Alexey Marchuk <alexeymar@mellanox.com>