[dpdk-dev,6/8] pdump: disabled by default

Message ID 69f78467c4497488b3495d869ea78d4394c7200d.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 pdump 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 9f94956..f035ea6 100644
--- a/config/common_base
+++ b/config/common_base
@@ -702,7 +702,7 @@  CONFIG_RTE_KNI_PREEMPT_DEFAULT=y
 #
 # Compile the pdump library
 #
-CONFIG_RTE_LIBRTE_PDUMP=y
+CONFIG_RTE_LIBRTE_PDUMP=n
 
 #
 # Compile vhost user library