[dpdk-dev,4/8] cryptodev: disabled by default

Message ID 208b04effd6c0cbe0bf7d0041d79f865107984f8.1496308649.git.gaetan.rivet@6wind.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

Gaëtan Rivet June 1, 2017, 10:14 a.m. UTC
  The cryptodev library has a dependency on the PCI bus.
Moving the PCI bus out of the EAL breaks its compilation.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
---
 config/common_base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/config/common_base b/config/common_base
index 8907bea..3893622 100644
--- a/config/common_base
+++ b/config/common_base
@@ -432,7 +432,7 @@  CONFIG_RTE_PMD_PACKET_PREFETCH=y
 #
 # Compile generic crypto device library
 #
-CONFIG_RTE_LIBRTE_CRYPTODEV=y
+CONFIG_RTE_LIBRTE_CRYPTODEV=n
 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
 CONFIG_RTE_CRYPTO_MAX_DEVS=64
 CONFIG_RTE_CRYPTODEV_NAME_LEN=64