From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 2BC1A1AEF0 for ; Fri, 31 Aug 2018 17:15:24 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id r1-v6so5581483pgp.11 for ; Fri, 31 Aug 2018 08:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=pZm/lZzaUA3YcXueDSpOIXDjD+FGPSDPT6N9Lhgj3Fk=; b=cKmRPEYz0CpDAo6vdtX4VI4OCx4Scg1CaRdmMdfPlZJ0xIzQZx6lR7b36NR1pP+I8z OphQEdpwY2yVWpvz7V+Zg4H7/Fl9eyI7NPNbEna0tD18mldgNuta78GhLPG3LNUTgvBQ ae64FtFHXkdD6mtwchtBx0Pn98h0/jntnS9KDpIIoJfX3jP2FG2pMU+ldrwRbphm/dJH l1QsXvIMTADWqb3ylNC5nPUEXPAoLsPA64JyMcGUp+bZztBSq8YEvnT0kGUgtjfHwxqi CuALv9PKKLe3uNBRDD39vQEhRXny6IeLzf9usunTnpQkRs6x01FXw6wk4p1luxV/EAmD wmRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=pZm/lZzaUA3YcXueDSpOIXDjD+FGPSDPT6N9Lhgj3Fk=; b=QFrktSRxXEz3UiQUE7lIXBG5XT2l5iM3s5+AsCm62vKeMjE2RHw+sGact7nTY6rNXs Cms9GQKrywew9CFTqAfNMKh3PJ0Z8H2qgZTuGPozOoWLpGErh9K8X0ydAosWcmiEwsMR aZp2qb8Jwg/blJZ+/76lGgSRv43+EwHVE7V/h2t6f0mzNlIiPC2xrrI5O53cQajl0F0P KUBezInQXfMtfaCkFZpbjX/ZyViv/Spa2xJJrs043fE5A/WVIkjRznOIbgrCgGES4HZi x73yEIdatPUyiu388THZG+82nX0h2oH706Qr63dDt2qQSH7f3moOkH0MV4YnZhBkmJYl tkTQ== X-Gm-Message-State: APzg51CSSgKpM6xk+GbNew0+q+o0YXJvMplAw1bKnryne3xWyMS5bq+9 LTiWJo3oF9KvnxkN6INIWK2PAi4/TzAsoQ== X-Google-Smtp-Source: ANB0Vda3ACtubJRLQPGh1RARc48NpX6EoKqR6ik9H/NFMxOPZ/6FEhKnBt0sTIjxi3Y9xU8kkxm5cg== X-Received: by 2002:a63:5964:: with SMTP id j36-v6mr14781307pgm.222.1535728523367; Fri, 31 Aug 2018 08:15:23 -0700 (PDT) Received: from xeon-e3 (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id p19-v6sm10724787pgk.28.2018.08.31.08.15.23 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 31 Aug 2018 08:15:23 -0700 (PDT) Date: Fri, 31 Aug 2018 08:15:16 -0700 From: Stephen Hemminger To: Ferruh Yigit Cc: Matan Azrad , dev@dpdk.org, Thomas Monjalon , Shahaf Shuler Message-ID: <20180831081516.638d4be4@xeon-e3> In-Reply-To: References: <20180830223512.21297-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/5] netvsc changes for 18.11 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, 31 Aug 2018 15:15:24 -0000 On Fri, 31 Aug 2018 13:04:18 +0100 Ferruh Yigit wrote: > On 8/30/2018 11:35 PM, Stephen Hemminger wrote: > > These patches are against dpdk-net-next/master because > > that is where previous patches have already been merged. > > > > Stephen Hemminger (5): > > bus/vmbus: add devargs support > > net/netvsc: allow tuning latency with devargs > > net/netvsc: exhausting transmit descriptors is not an error > > net/netvsc: implement link state change callback > > net/netvsc: integrated VF support > > A highlevel question, since netvsc PMD is upstreamed, can we remove vdev_netvsc one? No. There are some use cases that still need bifurcated model. And also netvsc PMD is still in experimental state and vdev_netvsc/failsafe/tap are more stable. I hope maybe by 19.11?