]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc 8xx: defconfig: slice by 4 is more efficient than the default slice by 8...
authorLEROY Christophe <christophe.leroy@c-s.fr>
Fri, 22 Nov 2013 17:28:29 +0000 (18:28 +0100)
committerScott Wood <scottwood@freescale.com>
Wed, 8 Jan 2014 01:11:20 +0000 (19:11 -0600)
commitdd0dac39b8916b58dcb0bccd25746df692d1b927
tree96ff4036ede482cf31bc6e524716f06dcf38f9ef
parent752b7d2f6562d4cdb6ef9d1558d4155deddd8d59
powerpc 8xx: defconfig: slice by 4 is more efficient than the default slice by 8 on Powerpc 8xx.

On PPC_8xx, CRC32_SLICEBY4 is more efficient (almost twice) than CRC32_SLICEBY8,
as shown below:

With CRC32_SLICEBY8:
[    1.109204] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    1.114401] crc32: self tests passed, processed 225944 bytes in 15118910 nsec
[    1.130655] crc32c: CRC_LE_BITS = 64
[    1.134235] crc32c: self tests passed, processed 225944 bytes in 4479879 nsec

With CRC32_SLICEBY4:
[    1.097129] crc32: CRC_LE_BITS = 32, CRC_BE BITS = 32
[    1.101878] crc32: self tests passed, processed 225944 bytes in 8616242 nsec
[    1.116298] crc32c: CRC_LE_BITS = 32
[    1.119607] crc32c: self tests passed, processed 225944 bytes in 3289576 nsec

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/configs/adder875_defconfig
arch/powerpc/configs/ep88xc_defconfig
arch/powerpc/configs/mpc866_ads_defconfig
arch/powerpc/configs/mpc885_ads_defconfig
arch/powerpc/configs/tqm8xx_defconfig