config: enable virtio for ARM
removed _VIRTIO_PMD=n from arch config and let arch to use _VIRTIO_PMD from config/common_linuxapp. Signed-off-by: Santosh Shukla <sshukla@mvista.com> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
This commit is contained in:
parent
69d308e1c0
commit
f4730aa6e7
@ -71,7 +71,6 @@ CONFIG_RTE_LIBRTE_I40E_PMD=n
|
||||
CONFIG_RTE_LIBRTE_IXGBE_PMD=n
|
||||
CONFIG_RTE_LIBRTE_MLX4_PMD=n
|
||||
CONFIG_RTE_LIBRTE_MPIPE_PMD=n
|
||||
CONFIG_RTE_LIBRTE_VIRTIO_PMD=n
|
||||
CONFIG_RTE_LIBRTE_VMXNET3_PMD=n
|
||||
CONFIG_RTE_LIBRTE_PMD_XENVIRT=n
|
||||
CONFIG_RTE_LIBRTE_PMD_BNX2X=n
|
||||
|
@ -44,7 +44,6 @@ CONFIG_RTE_TOOLCHAIN="gcc"
|
||||
CONFIG_RTE_TOOLCHAIN_GCC=y
|
||||
|
||||
CONFIG_RTE_IXGBE_INC_VECTOR=n
|
||||
CONFIG_RTE_LIBRTE_VIRTIO_PMD=n
|
||||
CONFIG_RTE_LIBRTE_IVSHMEM=n
|
||||
CONFIG_RTE_LIBRTE_FM10K_PMD=n
|
||||
CONFIG_RTE_LIBRTE_I40E_PMD=n
|
||||
|
@ -44,6 +44,12 @@ This section should contain new features added in this release. Sample format:
|
||||
|
||||
Enabled virtio 1.0 support for virtio pmd driver.
|
||||
|
||||
* **Supported virtio for ARM.**
|
||||
|
||||
Enabled virtio support for armv7/v8. Tested for arm64.
|
||||
Virtio for arm support VFIO-noiommu mode only.
|
||||
Virtio can work with other non-x86 arch too like powerpc.
|
||||
|
||||
* **Supported virtio offload in vhost-user.**
|
||||
|
||||
Add the offload and negotiation of checksum and TSO between vhost-user and
|
||||
|
Loading…
x
Reference in New Issue
Block a user