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

Message ID 20170329140419.27149-3-bruce.richardson@intel.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Bruce Richardson March 29, 2017, 2:04 p.m. UTC
  The crypto scheduler PMD has no external dependencies to enable that by
default.

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

Comments

Fan Zhang March 30, 2017, 2:48 p.m. UTC | #1
On 29/03/2017 15:04, Bruce Richardson wrote:
> The crypto scheduler PMD has no external dependencies to enable that by
> default.
>
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
>

Acked by: Fan Zhang <roy.fan.zhang@intel.com>
  

Patch

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
 
 #