Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp184479yba; Fri, 3 May 2019 23:52:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqyGFwXFe9D6pug90KSRFwOnnB9ocEwUG7wkCy2oa2C2oS0Hsk8uuMAwo9DBIST6TMudpQpx X-Received: by 2002:a62:d286:: with SMTP id c128mr17497072pfg.159.1556952734510; Fri, 03 May 2019 23:52:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556952734; cv=none; d=google.com; s=arc-20160816; b=LH18Ktwoh5Hh/XGMXRP/HTlJZGGOfQBCtFF2M+VBbeG+1cDecK6Ye0e+S9BljQnx7O 7/sJHjhLQjzoFzjgAPhVvPwANey4ldSN6WsJoQ34RAPGCfW7azJjmw3BGWhqaptYzsgy 31GYAm/JGO38qldDXHwuCtLYXy6JZreUDwyW44lMtKYdoYfGvHkzavnssbGZOD+l9Mlu jJbZfaXHu3yO86PYhqOnSA/iwR+h2JPq91rw2hT3GnM0r7ram3cV8EGv6pyPTbg7o/Do cih6W7mXK+tqK94aPqJCl7/lNwK3OuHLhUCyQHyShWdrgRxfrgcaSnQGj87vbkwd9JaT OrqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=hg3Wi+mfe81de6n3x7m41QeDeeAgoxuwNgPejCERtf8=; b=TV+DKV/r/K2VCwj/3xBsNQ+GwdMLVv59tHGDRHOj9yNufEv3WtuWrCt2bqLf+1B2l9 TN0CpfFhRQVCJ7+euvseI7Om99yPWbGFj75UjkfP4pTTHztRicufsAhpYqJBdIj24M1z 12KbkZig+e1was8Zg21klHrLzK1Yfnfe3HUH9FpAqWIoT5dbDV25EgRQ4Gn7VM8uKN9t t6nmgvo8zbyxXY6Idl8Ayofac1Y454pv7sNBs10TB0VNbDQT8BC7a68yQ3gQqv9kbKT5 88horf6UIKQZs000dOC1iD5pDtw1Q5Bp/4nIu46rW9H0IOLN6FebzwPkisY1IGwC7eRl 3/NQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d34si6598240pld.58.2019.05.03.23.51.59; Fri, 03 May 2019 23:52:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726749AbfEDGt7 (ORCPT + 99 others); Sat, 4 May 2019 02:49:59 -0400 Received: from verein.lst.de ([213.95.11.211]:41739 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725802AbfEDGt7 (ORCPT ); Sat, 4 May 2019 02:49:59 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id ECAD168AFE; Sat, 4 May 2019 08:49:38 +0200 (CEST) Date: Sat, 4 May 2019 08:49:38 +0200 From: Christoph Hellwig To: Max Gurtovoy Cc: Christoph Hellwig , Maxim Levitsky , Fam Zheng , kvm@vger.kernel.org, Wolfram Sang , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Keith Busch , Kirti Wankhede , Mauro Carvalho Chehab , "Paul E . McKenney" , Christoph Hellwig , Sagi Grimberg , Liang Cunming , Jens Axboe , Alex Williamson , John Ferlan , Liu Changpeng , Jens Axboe , Greg Kroah-Hartman , Nicolas Ferre , Paolo Bonzini , Amnon Ilan , "David S . Miller" Subject: Re: [PATCH v2 06/10] nvme/core: add mdev interfaces Message-ID: <20190504064938.GA30814@lst.de> References: <20190502114801.23116-1-mlevitsk@redhat.com> <20190502114801.23116-7-mlevitsk@redhat.com> <20190503122902.GA5081@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 03, 2019 at 10:00:54PM +0300, Max Gurtovoy wrote: > Don't see a big difference of taking NVMe queue and namespace/partition to > guest OS or to P2P since IO is issued by external entity and pooled outside > the pci driver. We are not going to the queue aside either way.. That is where the last patch in this series is already working to, and which would be the sensible vhost model to start with.