b99df8ee33
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>
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/
Building the Documentation
To convert the documentation into HTML run make
in the doc
directory. The output will be located in doc/output/html
. Before
running make
ensure all pre-requisites are installed. See
Installing Prerequisites
for more details.