Commit 161ef3f5 authored by Michal Berger's avatar Michal Berger Committed by Tomasz Zawadzki
Browse files

scripts/perf: Rename vhost_*master_core to vhost_*main_core

The initial implementation was based out of custom CI configuration
which was not changed after the following commit:

 https://review.spdk.io/gerrit/c/spdk/spdk/+/5353



So fix it now.

Change-Id: Ib5fcfc0d6535019c22066ccf36aabe6748c699e1
Signed-off-by: default avatarMichal Berger <michal.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21546


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 8bba6ed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ get_auto_cfg() {
		IFS=","
		echo "${spdk[*]}"
	)]")
	auto_cpu_map+=("vhost_0_master_core=${spdk[0]}")
	auto_cpu_map+=("vhost_0_main_core=${spdk[0]}")
}

get_nvme_numa_map() {