Loading
bdevperf: Use job->name instead of spdk_thread_get_name(job->thread)
The next patch will support a feature to share per lcore thread among multiple jobs. Hence, spdk_thread_get_name(job->thread) will not be usable. Currently job->name is equal with spdk_thread_get_name(job->thread). Hence, we can do this replacement simply. Signed-off-by:Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: I9e086d18043cf6125e059c85044420138c0eeece Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16993 Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>