These are cleanups and enhancements to virtio driver. The important fixes are those that allow virtio to work in non-KVM environments. The driver was not negotiating properly with the host.
Stephen Hemminger (5): virtio: remove useless new lines virtio: don't enable/disable rx modes unless supported virtio: don't set mac table unless negotiated virtio: fix ring size negotiation virtio: clarify feature bit handling lib/librte_pmd_virtio/virtio_ethdev.c | 70 ++++++++++++++----------- lib/librte_pmd_virtio/virtio_ethdev.h | 27 ++++------ lib/librte_pmd_virtio/virtio_pci.h | 96 ++++++++++++++++++----------------- lib/librte_pmd_virtio/virtqueue.h | 8 +-- 4 files changed, 100 insertions(+), 101 deletions(-) -- 2.1.4