From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [virtio-dev] Re: [Qemu-devel] [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net Date: Tue, 26 Jun 2018 20:50:20 +0300 Message-ID: <20180626204312-mutt-send-email-mst@kernel.org> References: <20180621165913.7e3f4faa.cohuck@redhat.com> <20180621211712-mutt-send-email-mst@kernel.org> <20180622170955.298900c1.cohuck@redhat.com> <20180622214259-mutt-send-email-mst@kernel.org> <20180623003022-mutt-send-email-mst@kernel.org> <20180623012934-mutt-send-email-mst@kernel.org> <20180626170813.4db094a1.cohuck@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Alexander Duyck , virtio-dev@lists.oasis-open.org, Jiri Pirko , konrad.wilk@oracle.com, Jakub Kicinski , "Samudrala, Sridhar" , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Siwei Liu , Venu Busireddy , Netdev , boris.ostrovsky@oracle.com, aaron.f.brown@intel.com, Joao Martins To: Cornelia Huck Return-path: Content-Disposition: inline In-Reply-To: <20180626170813.4db094a1.cohuck@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org On Tue, Jun 26, 2018 at 05:08:13PM +0200, Cornelia Huck wrote: > On Fri, 22 Jun 2018 17:05:04 -0700 > Siwei Liu wrote: > > > On Fri, Jun 22, 2018 at 3:33 PM, Michael S. Tsirkin wrote: > > > I suspect the diveregence will be lost on most users though > > > simply because they don't even care about vfio. They just > > > want things to go fast. > > > > Like Jason said, VF isn't faster than virtio-net in all cases. It > > depends on the workload and performance metrics: throughput, latency, > > or packet per second. > > So, will it be guest/admin-controllable then where the traffic flows > through? Just because we do have a vf available after negotiation of > the feature bit, it does not necessarily mean we want to use it? Do we > (the guest) even want to make it visible in that case? I think these ideas belong to what Alex Duyck wanted to do: some kind of advanced device that isn't tied to any network interfaces and allows workload and performance specific tuning. Way out of scope for a simple failover, and more importantly, no one is looking at even enumerating the problems involved, much less solving them. -- MST