Author: blogic Date: 2014-12-02 16:25:28 +0100 (Tue, 02 Dec 2014) New Revision: 43498
Modified: trunk/target/linux/oxnas/config-3.18 Log: oxnas: switch CRC32 implementation to SLICEBY8 similar to what was observed on kirkwood this significantly accelerates btrfs write operations. Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/target/linux/oxnas/config-3.18 =================================================================== --- trunk/target/linux/oxnas/config-3.18 2014-12-02 15:25:14 UTC (rev 43497) +++ trunk/target/linux/oxnas/config-3.18 2014-12-02 15:25:28 UTC (rev 43498) @@ -70,6 +70,8 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
