Commit 9018dd60 authored by Jim Harris's avatar Jim Harris
Browse files

examples: rename ioat perf tool to ioat_perf



This avoids conflict with the nvme perf tool.  PGO
gets confused during building - we may have data for
nvme/perf which it then tries to use when building
ioat/perf.  Renaming the ioat perf tool fixes that
problem.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: Ib1084d56d671e44027ea05f453075a723f067580

Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455320


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent bf647c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
perf
ioat_perf
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk

APP = perf
APP = ioat_perf

C_SRCS := perf.c

+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ init(void)
	struct spdk_env_opts opts;

	spdk_env_opts_init(&opts);
	opts.name = "perf";
	opts.name = "ioat_perf";
	opts.core_mask = g_user_config.core_mask;
	if (spdk_env_init(&opts) < 0) {
		return -1;
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ source $rootdir/test/common/autotest_common.sh
timing_enter ioat

timing_enter perf
$rootdir/examples/ioat/perf/perf -t 1
$rootdir/examples/ioat/perf/ioat_perf -t 1
timing_exit perf

timing_enter verify