From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=DfFcykQIrJc8bjdB9iq23gX/QJLcSpLdsmKjI0Wb92I=; b=Cfg3tmproPvLeW1ymCOsLbMu6v/9vFtuQx1zBjHEJfCMtXIuS9W3j7t0Es4NvEEtBO uDVpl/JEVnnLhbtD2e6FFkUU81UphlqRDXXMHWkUCPIKCgqnJxa7HGjGK8rn265ZKWYJ /rvdIUgmrWPZFY8i+Xgr0bzPKzrfJ8mI/0W5kJpHVBJtOxBnEIyFYye6vsPcOr0R+rtl onPHrpP2g2DHibUtW76f0LrwhKnV1SAIgEkpO/cz8pqgziXhTyjsnHOyJMppIjvlRcJU dwdSg9zV4a5lferFBp0JU2STU4dpqPm6w3S0T9htPF5Q/D3foQnIC408iZO89N/EyxPs Iz5w== X-Gm-Message-State: ALoCoQnBG56FN9cZGYh57tl2yHl3WEgPxQ/eLqU5G4/JEiZXDTnKIRmwSlk638MY+6nHzParDJzB X-Received: by 10.180.106.73 with SMTP id gs9mr6550670wib.1.1434113270867; Fri, 12 Jun 2015 05:47:50 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bg6sm253811wjc.13.2015.06.12.05.47.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Jun 2015 05:47:49 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Fri, 12 Jun 2015 14:46:53 +0200 Message-ID: <1610225.jp1gnf7kQt@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1434038007-8964-1-git-send-email-stephen@networkplumber.org> References: <1434038007-8964-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [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: Fri, 12 Jun 2015 12:47:51 -0000 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