From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B905F1B6E9 for ; Fri, 22 Jun 2018 09:17:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5BFB321CF4; Fri, 22 Jun 2018 03:17:39 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 22 Jun 2018 03:17:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=uRGADhB+IgRlMwQAaUKnBRwhVi e7B7QYTOZZbvXh04U=; b=JDN5GoCUh8/5SWCiOflYhXksSdimBBdR+MTkZazxBN DpIB58mlJqEHhQniJMhKv8wO/83d0xKkZzfEhkoUDNV8VjUtD+0sZR5TSjBB+SrT vhnh4r+HCGx21UpZCK15Nv/B2ufoWsnAtvK7xvyF74PWNIn5sZ8y1VEQz6eqTFEl E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=uRGADh B+IgRlMwQAaUKnBRwhVie7B7QYTOZZbvXh04U=; b=klv/H2xHLv7OxNEccGI6Ef +KOMiFXHin/65a2hmuIxf2rBEf2Yf+qmRsIrz9geRiEO5Vz7Rb+4mQN4/VLWnPLc l2lGWZuvlZnbRKpW3rQAHTvUireipi4sKnnbxYkN9JGbs+sih5KCfuy5k91ah5fa nzj2Qy09ZKgbho4jOXcvpTI1H3dWuWM71sc9+eZJwSsVclcYgetdKPtC7dlZ7ND/ kSLi7zusy0IGTbzo0Me+oG1YkVwHigTJ51HBwl0MmDv4dajPE50zqiHjp9X/fPc6 wceQ5SJKzIMjmtlJJA79vgK+NdL7phMEccaMaCA9kOKm0QKYfBZWCCxSkzbpEtnQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CC02110388; Fri, 22 Jun 2018 03:17:38 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Fri, 22 Jun 2018 09:17:37 +0200 Message-ID: <1988649.YSVrmVpF1B@xps> In-Reply-To: <20180621163229.6ffc0438@xeon-e3> References: <20180621163229.6ffc0438@xeon-e3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] netvsc PMD driver update plan X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 07:17:39 -0000 22/06/2018 01:32, Stephen Hemminger: > I have some updates to the netvsc driver that use external mbuf's and fix > a couple of bugs. Would you rather: > * new (V11) version consolidating those > * sequence of patches against V10 > * hold off until V10 is merged. A v11 is better.