projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9430e86
)
oxnas: switch CRC32 implementation to SLICEBY8
author
John Crispin
<john@openwrt.org>
Tue, 2 Dec 2014 15:25:28 +0000
(15:25 +0000)
committer
John Crispin
<john@openwrt.org>
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>
SVN-Revision: 43498
target/linux/oxnas/config-3.18
patch
|
blob
|
history
diff --git
a/target/linux/oxnas/config-3.18
b/target/linux/oxnas/config-3.18
index 4997dc1c313bd8ba8bd7aeaebc1f9f2fbd8efe59..f66650a2e189f47c60b03a2a6ec43cfb939c293e 100644
(file)
--- 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