oxnas: switch CRC32 implementation to SLICEBY8
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Dec 2014 15:25:28 +0000 (15:25 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Dec 2014 15:25:28 +0000 (15:25 +0000)
similar to what was observed on kirkwood this significantly accelerates
btrfs write operations.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43498 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/oxnas/config-3.18

index 4997dc1..f66650a 100644 (file)
@@ -70,6 +70,8 @@ CONFIG_CPU_RMAP=y
 CONFIG_CPU_TLB_V6=y
 CONFIG_CPU_V6K=y
 CONFIG_CRC16=y
+# CONFIG_CRC32_SARWATE is not set
+CONFIG_CRC32_SLICEBY8=y
 CONFIG_CRYPTO_DEFLATE=y
 CONFIG_CRYPTO_LZO=y
 CONFIG_CRYPTO_XZ=y