[PATCH v3 6/8] crypto/armv8: enable ARMv8 PMD in the configuration
From: <hidden>
Date: 2017-01-04 17:33:53
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: <hidden>
Date: 2017-01-04 17:33:53
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Zbigniew Bodek <redacted> Add CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO option to the common configuration file. Don't enable it by default for ARM64 as it requires external library to build. Signed-off-by: Zbigniew Bodek <redacted> --- config/common_base | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/config/common_base b/config/common_base
index edb6a54..e0c0c0a 100644
--- a/config/common_base
+++ b/config/common_base@@ -407,6 +407,12 @@ CONFIG_RTE_LIBRTE_PMD_ZUC=n CONFIG_RTE_LIBRTE_PMD_ZUC_DEBUG=n # +# Compile PMD for ARMv8 Crypto device +# +CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO=n +CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO_DEBUG=n + +# # Compile PMD for NULL Crypto device # CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y
--
1.9.1