From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/5 v3] virtio: patches Date: Thu, 11 Jun 2015 08:53:22 -0700 Message-ID: <1434038007-8964-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org, Stephen Hemminger To: changchun.ouyang@intel.com Return-path: Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) by dpdk.org (Postfix) with ESMTP id 1EADA5A54 for ; Thu, 11 Jun 2015 17:53:28 +0200 (CEST) Received: by qkoo18 with SMTP id o18so4905329qko.1 for ; Thu, 11 Jun 2015 08:53:27 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Stephen Hemminger This is update to earlier virtio patches, the only change is to handle the rename to drivers/net Stephen Hemminger (5): virtio: remove blank lines virtio: don't enable/disable rx modes unless supported virtio: don't set mac table unless negotiated virtio: clarify feature bit handling virtio: fix ring size negotiation drivers/net/virtio/virtio_ethdev.c | 70 +++++++++++++++------------ drivers/net/virtio/virtio_ethdev.h | 27 ++++------- drivers/net/virtio/virtio_pci.h | 96 +++++++++++++++++++------------------- drivers/net/virtio/virtqueue.h | 8 +--- 4 files changed, 100 insertions(+), 101 deletions(-) -- 2.1.4