]> git.droids-corp.org - dpdk.git/commitdiff
net/virtio-user: fix missing default config value
authorJianfeng Tan <jianfeng.tan@intel.com>
Wed, 29 Jun 2016 03:20:06 +0000 (03:20 +0000)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Mon, 4 Jul 2016 02:08:41 +0000 (04:08 +0200)
With current config structure, all configuration parameters put into
common_base with a default value, and overwritten in environment file
if required, CONFIG_RTE_VIRTIO_USER is missing in common_base.

This fix is simple, by adding CONFIG_RTE_VIRTIO_USER=n as the default
macro value.

Fixes: ce2eabdd43ec ("net/virtio-user: add virtual device")
Reported-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
config/common_base

index cfee8257e5559fe805b263c1a9763fbcf2554280..78305356fd0296158dc7333013c7f2c4dcfb1ed5 100644 (file)
@@ -281,6 +281,11 @@ CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX=n
 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DRIVER=n
 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP=n
 
+#
+# Compile virtio device emulation inside virtio PMD driver
+#
+CONFIG_RTE_VIRTIO_USER=n
+
 #
 # Compile burst-oriented VMXNET3 PMD driver
 #