[openwrt/openwrt] octeontx: add armv8-CE version of CRC T10

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 11 05:39:23 PDT 2022


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/7f4467784fd3b2f9f5cee438f549c1eaf51434c7

commit 7f4467784fd3b2f9f5cee438f549c1eaf51434c7
Author: Eneas U de Queiroz <cotequeiroz at gmail.com>
AuthorDate: Wed Apr 20 16:23:47 2022 -0300

    octeontx: add armv8-CE version of CRC T10
    
    Adds the crypto extensions version of the CRC T10 algorithm that is
    already built into the kernel.
    
    Signed-off-by: Eneas U de Queiroz <cotequeiroz at gmail.com>
    (cherry picked from commit 1b94e4aab8ddbe5719f1e859e064c1c5dfa4587f)
---
 target/linux/octeontx/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/octeontx/config-5.10 b/target/linux/octeontx/config-5.10
index 6c87abf5b6..a3e00cfdb3 100644
--- a/target/linux/octeontx/config-5.10
+++ b/target/linux/octeontx/config-5.10
@@ -102,6 +102,7 @@ CONFIG_CRYPTO_ANSI_CPRNG=y
 CONFIG_CRYPTO_CRC32=y
 CONFIG_CRYPTO_CRC32C=y
 CONFIG_CRYPTO_CRCT10DIF=y
+CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=y
 CONFIG_CRYPTO_CRYPTD=y
 CONFIG_CRYPTO_DRBG=y
 CONFIG_CRYPTO_DRBG_HMAC=y




More information about the lede-commits mailing list