Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp796558ybi; Tue, 16 Jul 2019 05:26:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqxusZdQbwQTvF7qiB3oHQt4uOadtqfDuZGdQ6hfttTUa2OCh3E1mUPRPF+fXX2KHHAmRI4x X-Received: by 2002:a63:5045:: with SMTP id q5mr25295377pgl.380.1563279970835; Tue, 16 Jul 2019 05:26:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563279970; cv=none; d=google.com; s=arc-20160816; b=FX9UodXyp6wsyDb8PHhMB83Muff5HKlf6r5nCdZ+mhhKF0Q2gXcJQgbTlyD9recAtP sUr2/Y2qO0Q2/bvSUcl6aeNJbl/F0dYFih/UI5d+bApcrxxaNO6bUhmqw46J7CJFeBFx NhBNXfa+8l6MG0bOdwq4ewtVFe7YALx4n7ltDCSa0H26EhLmKqW6IYc8i7e1EUVUrQbJ Tm03QCa0x+iyQfvmjFMSD3QfCG90v5becfYi+1B396cxjxsThoucLK0aef/fBYsPkJT2 Fuok6NEZxzcXFRL7MHX9BirnAP7XN7CC89Pk3MAv/5qWPICX6nOKPUi4tEuUL5JwlfH9 XoDg== 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=wPVwn9yrQAaEBT9BjwdmnYvq00LZRDTVny1f+Sw274M=; b=LhlF4zkjtL+WevFNa/MQ9ctU+QiSc7bapxQt0r7AJAtooc0f3rMCGeiUz7Q38Q/8St f46JTIZaJ+cLbQ+CF4f3i/yP68jAEDHhcliArY9gpfzpARqc1ml3gP2vJ6ybHFZoAeLm 6k8mBFvhxFDP8Axv7onV/3WdSuFBTExBLoyU4LbkUOrRGu+zei3c0y1lEW3MG6mv4T9V BBSz/WmwIt6Ww2EyJ1sWrcDfIYpJFHk8zO4lqXBVbR79NSKpow2pnSoDeTh1ClGcqkXR yFYaLfhBmvqzciJnSAqTfiNqoJPml8xed/ay6aVluJGMpSw4sXsMgNu4wXMp74+5iKfT Y3mQ== 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 w21si18001318plq.91.2019.07.16.05.25.54; Tue, 16 Jul 2019 05:26:10 -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 S1728614AbfGPMZL (ORCPT + 99 others); Tue, 16 Jul 2019 08:25:11 -0400 Received: from verein.lst.de ([213.95.11.211]:41320 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726593AbfGPMZL (ORCPT ); Tue, 16 Jul 2019 08:25:11 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 58470227A81; Tue, 16 Jul 2019 14:25:08 +0200 (CEST) Date: Tue, 16 Jul 2019 14:25:08 +0200 From: Christoph Hellwig To: Benjamin Herrenschmidt Cc: Christoph Hellwig , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Jens Axboe , Keith Busch , Paul Pawlowski Subject: Re: [PATCH 2/3] nvme: Retrieve the required IO queue entry size from the controller Message-ID: <20190716122508.GA3304@lst.de> References: <20190716004649.17799-1-benh@kernel.crashing.org> <20190716004649.17799-2-benh@kernel.crashing.org> <20190716060430.GB29414@lst.de> <20190716093301.GA32562@lst.de> <20190716120547.GA2388@lst.de> 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 Tue, Jul 16, 2019 at 10:17:56PM +1000, Benjamin Herrenschmidt wrote: > If we're going to do that, then I can move it back to pci.c and leave > core.c alone then I suppose. Up to you. I'm just doing that for fun, no > beef in that game :-) let me know how you want it. Sounds safest to me.