Received: by 10.192.165.148 with SMTP id m20csp1070419imm; Sat, 21 Apr 2018 00:09:24 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/Hm9NLicuO78OdYZG7jMAU1oVk3QO9tA8oZLClu8OZWoETUOr1zsqSJ/uZg+X1wMQidd4H X-Received: by 2002:a17:902:8b89:: with SMTP id ay9-v6mr12928776plb.100.1524294564532; Sat, 21 Apr 2018 00:09:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524294564; cv=none; d=google.com; s=arc-20160816; b=onax57toJA1BSCKZG6SsDEEZXPK+pRa8tlBEUoBuZGFaRZA9OLR1MFFmrIypMKbYiG GYZkCaR8VwZTlsn1FZpSBH1M14gVxzuk4R6a8Ytp8jCnh9KXMAr0k3CowclfNA0He3RP kzm9L+4tGE/XYgnAQ3eqQCfdbhL/IZ7/J/tCMuEutWizliSosNibF+/nAXFi4oRzFRCc RNPRvrgswVqOopLuEdnRY9yCbAY/gUCbdw/v/LarAtQcJImPt6n3FPMWOeXHX8w84g9B 6QT4QKX59c/bfTasAEdJUIoltv7BTT2mSYtEKZ/naIPky/cJqb21jtThALYAr4K2myPE LxPw== 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:arc-authentication-results; bh=Vb/P7P5RwVhpETSLiv//JDj9C4FHskqEAeS4mUEEAQs=; b=wUmuU+qshDiktbRT0IEMbiL74aHLhOR5+7fU9DI+Vn8BCMm7R2tFWbOqCISSrBIukf u6aDfrihsN/oYToESeaQQVxy+2GP+/TrAd8HCTyCVrUUpU7hg5oyyrVyVWkEVvK1Flyq RZdTBYeMZxn3/MIv5L5/Eir+rANMDxdUnTFCwKBbXiGwgxIZYU0xAg+rh2zXeA2ehsKB gMRl9nqbOdJLh2ljVz81Ab8kJt9G4huz7ZdfbUDowIk4jBpBZ/auvMfvYz4L3ekHeecL vXJ9oetaMXeDZD7TOskSkR3LPI/4fB+odyZga9qIhabGQp+YKcy/63FOquHRXLFXqCV9 Bm0A== 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 q6si5953989pgt.130.2018.04.21.00.08.47; Sat, 21 Apr 2018 00:09:24 -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 S1753057AbeDUHFS (ORCPT + 99 others); Sat, 21 Apr 2018 03:05:18 -0400 Received: from verein.lst.de ([213.95.11.211]:45098 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752938AbeDUHFQ (ORCPT ); Sat, 21 Apr 2018 03:05:16 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 48ADD68DAF; Sat, 21 Apr 2018 09:06:19 +0200 (CEST) Date: Sat, 21 Apr 2018 09:06:19 +0200 From: Christoph Hellwig To: Alexander Duyck Cc: bhelgaas@google.com, linux-pci@vger.kernel.org, virtio-dev@lists.oasis-open.org, kvm@vger.kernel.org, netdev@vger.kernel.org, dan.daly@intel.com, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, keith.busch@intel.com, netanel@amazon.com, ddutile@redhat.com, mheyne@amazon.de, liang-min.wang@intel.com, mark.d.rustad@intel.com, dwmw2@infradead.org, hch@lst.de, dwmw@amazon.co.uk Subject: Re: [pci PATCH v8 3/4] nvme: Migrate over to unmanaged SR-IOV support Message-ID: <20180421070619.GD24431@lst.de> References: <20180420162633.46077.49012.stgit@ahduyck-green-test.jf.intel.com> <20180420163027.46077.93925.stgit@ahduyck-green-test.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180420163027.46077.93925.stgit@ahduyck-green-test.jf.intel.com> 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, Apr 20, 2018 at 12:31:03PM -0400, Alexander Duyck wrote: > Instead of implementing our own version of a SR-IOV configuration stub in > the nvme driver we can just reuse the existing > pci_sriov_configure_simple function. > > Reviewed-by: Christoph Hellwig > Signed-off-by: Alexander Duyck Looks good, Reviewed-by: Christoph Hellwig