Re: [V2] powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix

2018-04-04 Thread Michael Ellerman
On Thu, 2018-03-22 at 08:43:50 UTC, "Aneesh Kumar K.V" wrote: > Right now we use only 4K out of the 64k page allocated for the level 4 page > table. W.r.t the performance impact due to lock contention, with ebizzy > > 256 threads: > without patch (10 runs of ./ebizzy -m -n 1000 -s 131072 -S 100)

[PATCH V2] powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix

2018-03-22 Thread Aneesh Kumar K.V
Right now we use only 4K out of the 64k page allocated for the level 4 page table. W.r.t the performance impact due to lock contention, with ebizzy 256 threads: without patch (10 runs of ./ebizzy -m -n 1000 -s 131072 -S 100) median = 15678.5 stdev = 42.1209 with patch: median = 15354 stdev = 194