From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=OzWr5XjFOokBYtljysVV+JpUmxE0sEm9VOaIiI0Ef8c=; b=Txi1TtiLSBHoWCimEdVDnV1UAOb0I83OONzK4FWJ6+dekK1qNlQyBNe7ufCX0eESID iNyqvNB44d1P4cmPe+4r1DWw9fzj3pJ5HW2Wg/EAqDXw0ueVWX1rV2HJ/FiDWmhCCHKi alxxYh9IaqIRCMzXRa/98+oGnwIr2/YfeG7v0ECHVDsqQmbWDyzWuHiUtzc1wPueEsqJ W5CgORFKoHArt2nHkgitW3ewQoRnBV4h/gkJnWbmMMrsxoKLBGQhgJGgySNeQf0nlSAU EFhak18OeH9uahlUyNotdiRZtR07rtt/Tcd4wEqaodWd6qvGh0rP6MGTbUHRWLEGtYNF AmGA== X-Gm-Message-State: ALoCoQkMKlXONnph/LmKf62yeZnc2R/sQ+0UzZwDOMV+6FetzOiIX2Yiu4kJ4pG2XE3ZF/C62xb7 X-Received: by 10.55.33.209 with SMTP id f78mr20164434qki.38.1434038007151; Thu, 11 Jun 2015 08:53:27 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id v13sm405348qhd.31.2015.06.11.08.53.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Jun 2015 08:53:26 -0700 (PDT) From: Stephen Hemminger To: changchun.ouyang@intel.com Date: Thu, 11 Jun 2015 08:53:22 -0700 Message-Id: <1434038007-8964-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: dev@dpdk.org, Stephen Hemminger Subject: [dpdk-dev] [PATCH 0/5 v3] virtio: patches X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 15:53:28 -0000 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