[dpdk-dev] [PATCH 2/4] config: enable crypto scheduler PMD by default

Bruce Richardson bruce.richardson at intel.com
Wed Mar 29 16:04:17 CEST 2017


The crypto scheduler PMD has no external dependencies to enable that by
default.

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 config/common_base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/common_base b/config/common_base
index 2d54ddf..38e9483 100644
--- a/config/common_base
+++ b/config/common_base
@@ -440,7 +440,7 @@ CONFIG_RTE_LIBRTE_PMD_ZUC_DEBUG=n
 #
 # Compile PMD for Crypto Scheduler device
 #
-CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=n
+CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=y
 CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER_DEBUG=n
 
 #
-- 
2.9.3



More information about the dev mailing list