[dpdk-dev,v3,01/16] config: adds attributes for the AVP PMD
Checks
Commit Message
Updates the common base configuration file to include a top level config
attribute for the AVP PMD.
Signed-off-by: Allain Legacy <allain.legacy@windriver.com>
Signed-off-by: Matt Peters <matt.peters@windriver.com>
---
config/common_base | 5 +++++
1 file changed, 5 insertions(+)
@@ -348,6 +348,11 @@ CONFIG_RTE_LIBRTE_QEDE_FW=""
CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n
#
+# Compile WRS accelerated virtual port (AVP) guest PMD driver
+#
+CONFIG_RTE_LIBRTE_AVP_PMD=n
+
+#
# Compile the TAP PMD
# It is enabled by default for Linux only.
#