Skip to content
Snippets Groups Projects
Commit a122c1c9 authored by John Crispin's avatar John Crispin
Browse files

oxnas: switch CRC32 implementation to SLICEBY8


similar to what was observed on kirkwood this significantly accelerates
btrfs write operations.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 43498
parent 9430e86b
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,8 @@ CONFIG_CPU_RMAP=y ...@@ -70,6 +70,8 @@ CONFIG_CPU_RMAP=y
CONFIG_CPU_TLB_V6=y CONFIG_CPU_TLB_V6=y
CONFIG_CPU_V6K=y CONFIG_CPU_V6K=y
CONFIG_CRC16=y CONFIG_CRC16=y
# CONFIG_CRC32_SARWATE is not set
CONFIG_CRC32_SLICEBY8=y
CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=y CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_XZ=y CONFIG_CRYPTO_XZ=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment