From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/5] virtio driver fixes and cleanup Date: Wed, 15 Apr 2015 08:20:14 -0700 Message-ID: <1429111219-8789-1-git-send-email-stephen@networkplumber.org> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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