Re: [PATCH] powerpc/64s/radix: Enable huge vmalloc mappings

2021-05-02 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of May 2, 2021 5:34 pm: > > > Le 02/05/2021 à 06:56, Nicholas Piggin a écrit : >> This reduces TLB misses by nearly 30x on a `git diff` workload on a >> 2-node POWER9 (59,800 -> 2,100) and reduces CPU cycles by 0.54%, due >> to vfs hashes being allocated w

Re: [PATCH] powerpc/64s/radix: Enable huge vmalloc mappings

2021-05-02 Thread kernel test robot
Hi Nicholas, I love your patch! Perhaps something to improve: [auto build test WARNING on powerpc/next] [also build test WARNING on linus/master next-20210430] [cannot apply to v5.12] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [PATCH] powerpc/64s/radix: Enable huge vmalloc mappings

2021-05-02 Thread kernel test robot
Hi Nicholas, I love your patch! Perhaps something to improve: [auto build test WARNING on powerpc/next] [also build test WARNING on linus/master next-20210430] [cannot apply to scottwood/next v5.12] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

Re: [PATCH] powerpc/64s/radix: Enable huge vmalloc mappings

2021-05-02 Thread Christophe Leroy
Le 02/05/2021 à 06:56, Nicholas Piggin a écrit : This reduces TLB misses by nearly 30x on a `git diff` workload on a 2-node POWER9 (59,800 -> 2,100) and reduces CPU cycles by 0.54%, due to vfs hashes being allocated with 2MB pages. Acked-by: Michael Ellerman Signed-off-by: Nicholas Piggin -

[PATCH] powerpc/64s/radix: Enable huge vmalloc mappings

2021-05-01 Thread Nicholas Piggin
This reduces TLB misses by nearly 30x on a `git diff` workload on a 2-node POWER9 (59,800 -> 2,100) and reduces CPU cycles by 0.54%, due to vfs hashes being allocated with 2MB pages. Acked-by: Michael Ellerman Signed-off-by: Nicholas Piggin --- This was in the -mm tree but was dropped at the las