On Mon, Aug 10, 2020 at 3:22 PM Alexander Gordeev <[email protected]> wrote: > > Cc: Peter Zijlstra <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Arnaldo Carvalho de Melo <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: Alexander Shishkin <[email protected]> > Cc: Jiri Olsa <[email protected]> > Cc: Namhyung Kim <[email protected]> > Signed-off-by: Alexander Gordeev <[email protected]>
Acked-by: Namhyung Kim <[email protected]> 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 >

