diff options
Diffstat (limited to 'config/common_base')
-rw-r--r-- | config/common_base | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/common_base b/config/common_base index cfee8257..78305356 100644 --- a/config/common_base +++ b/config/common_base @@ -282,6 +282,11 @@ 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 # CONFIG_RTE_LIBRTE_VMXNET3_PMD=y |