summaryrefslogtreecommitdiff
path: root/arch/nds32
diff options
context:
space:
mode:
authorTimofey Titovets <nefelim4ag@gmail.com>2018-11-17 13:35:21 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2018-11-19 07:24:43 +1100
commit7a7a4ceacab8b016359a96b4c01442486a3bb45c (patch)
tree8bce2c41643c4c507d3bc2bf739fe2f59ac1acee /arch/nds32
parentee2f8a6582676258dffd51289969c49b23692b0a (diff)
downloadlinux-next-7a7a4ceacab8b016359a96b4c01442486a3bb45c.tar.gz
ksm: replace jhash2 with xxhash
Replace jhash2 with xxhash. Perf numbers: Intel(R) Xeon(R) CPU E5-2420 v2 @ 2.20GHz ksm: crc32c hash() 12081 MB/s ksm: xxh64 hash() 8770 MB/s ksm: xxh32 hash() 4529 MB/s ksm: jhash2 hash() 1569 MB/s Sioh Lee did some testing: crc32c_intel: 1084.10ns crc32c (no hardware acceleration): 7012.51ns xxhash32: 2227.75ns xxhash64: 1413.16ns jhash2: 5128.30ns As jhash2 always will be slower (for data size like PAGE_SIZE). Don't use it in ksm at all. Use only xxhash for now, because for using crc32c, cryptoapi must be initialized first - that requires some tricky solution to work well in all situations. Link: http://lkml.kernel.org/r/20181023182554.23464-3-nefelim4ag@gmail.com Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> Signed-off-by: leesioh <solee@os.korea.ac.kr> Reviewed-by: Pavel Tatashin <pavel.tatashin@microsoft.com> Reviewed-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Andrea Arcangeli <aarcange@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/nds32')
0 files changed, 0 insertions, 0 deletions