summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-02 15:25:28 +0000
committerJohn Crispin <john@openwrt.org>2014-12-02 15:25:28 +0000
commita122c1c9c9e68be04ca39763a9638fc43fb96c99 (patch)
tree91eea2a94afa7612a0f6951ef043cece2f66e845
parent9430e86b61914f26cd71d1f5b23f90bf73a57581 (diff)
downloadmaster-31e0f0ae-a122c1c9c9e68be04ca39763a9638fc43fb96c99.tar.gz
master-31e0f0ae-a122c1c9c9e68be04ca39763a9638fc43fb96c99.tar.bz2
master-31e0f0ae-a122c1c9c9e68be04ca39763a9638fc43fb96c99.zip
oxnas: switch CRC32 implementation to SLICEBY8
similar to what was observed on kirkwood this significantly accelerates btrfs write operations. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43498
-rw-r--r--target/linux/oxnas/config-3.182
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/oxnas/config-3.18 b/target/linux/oxnas/config-3.18
index 4997dc1c31..f66650a2e1 100644
--- a/target/linux/oxnas/config-3.18
+++ b/target/linux/oxnas/config-3.18
@@ -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