On Mon, Aug 10, 2020 at 3:22 PM Alexander Gordeev <agord...@linux.ibm.com> wrote: > > Cc: Peter Zijlstra <pet...@infradead.org> > Cc: Ingo Molnar <mi...@redhat.com> > Cc: Arnaldo Carvalho de Melo <a...@kernel.org> > Cc: Mark Rutland <mark.rutl...@arm.com> > Cc: Alexander Shishkin <alexander.shish...@linux.intel.com> > Cc: Jiri Olsa <jo...@redhat.com> > Cc: Namhyung Kim <namhy...@kernel.org> > Signed-off-by: Alexander Gordeev <agord...@linux.ibm.com>
Acked-by: Namhyung Kim <namhy...@kernel.org> Thanks Namhyung > --- > tools/perf/bench/numa.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c > index 23e224e..90639c9 100644 > --- a/tools/perf/bench/numa.c > +++ b/tools/perf/bench/numa.c > @@ -1754,7 +1754,7 @@ static int run_bench_numa(const char *name, const char > **argv) > { " 1x3-convergence,", "mem", "-p", "1", "-t", "3", "-P", "512", > OPT_CONV }, > { " 1x4-convergence,", "mem", "-p", "1", "-t", "4", "-P", "512", > OPT_CONV }, > { " 1x6-convergence,", "mem", "-p", "1", "-t", "6", "-P", "1020", > OPT_CONV }, > - { " 2x3-convergence,", "mem", "-p", "3", "-t", "3", "-P", "1020", > OPT_CONV }, > + { " 2x3-convergence,", "mem", "-p", "2", "-t", "3", "-P", "1020", > OPT_CONV }, > { " 3x3-convergence,", "mem", "-p", "3", "-t", "3", "-P", "1020", > OPT_CONV }, > { " 4x4-convergence,", "mem", "-p", "4", "-t", "4", "-P", "512", > OPT_CONV }, > { " 4x4-convergence-NOTHP,", > -- > 1.8.3.1 >