From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5 v3] virtio: patches Date: Fri, 12 Jun 2015 14:46:53 +0200 Message-ID: <1610225.jp1gnf7kQt@xps13> References: <1434038007-8964-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id F15615A0A for ; Fri, 12 Jun 2015 14:47:50 +0200 (CEST) Received: by wgez8 with SMTP id z8so24186832wge.0 for ; Fri, 12 Jun 2015 05:47:50 -0700 (PDT) In-Reply-To: <1434038007-8964-1-git-send-email-stephen@networkplumber.org> 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" 2015-06-11 08:53, 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 Applied, thanks