Received: by 10.223.185.116 with SMTP id b49csp7681487wrg; Thu, 1 Mar 2018 09:17:10 -0800 (PST) X-Google-Smtp-Source: AG47ELv5aA2obEdzamxFZi9oA10DHIQSMbOPOp+Xe5PRsBafYiRD8aOxqVDzHT1TAkftjz6ep1ok X-Received: by 10.99.97.211 with SMTP id v202mr2110084pgb.193.1519924630797; Thu, 01 Mar 2018 09:17:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519924630; cv=none; d=google.com; s=arc-20160816; b=UfCJG/+R0kfCXX+Rcu1/RnYohh0bXrCf+PbxGUhK2tVwKvH8MvzFKHV3eKhSMP9IWx ztGTyLDcaUJQvR749PNa9DV8T7jfCa0hk+NIVvE/cGeHMTF7qe0MU5r3x5r9M6LoGPIr q8fyCTMYejnRqwoyloWrwz+xHPkKu+9lLbDDTDPpe6ZydpdIyRBgm+Ux0gB0/jpGAvQr e7MQVEd896fsCQ+M9sYYi8S9443XZ5JqurqYc6LrpSAdwC3851EHzlfEyhF/kQnlC8GJ sQ+JLVdycKUo1PnIZqkgppDWzeLwsUVseWyLoJSh86ccFvhU2b1NebPgy5UE6DC3ZpuZ J0AQ== 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=fBsv5H7ZeuqATkFNlbUAuSPtmtGd6eoSwf+/Cb8JrN8=; b=uBgnnQ1PfMjnyLXLSyY8MiJwQYY7ApO6sD/RJ5380bEJQ++P2+Kuj79d0C+piPbsut peYAnMOWGP50uTNTSG8fRiBFpOpgJDhlbFGd9FKGQ02TRmxx4vqSrZr15iTQTgyV6pXu VVMhyvqNksRJ3w4VwD77rY0a6A3sACigmdi8KJd4jhxr4TXjLFOPRUm4fxLjXhk1dgPq KlqURpsIUmOTYx45SrYJe13thBEwbSCMDRwxuA7iwx72g79E13DapbG4b82RYBveRMlL 9b81JmdwMWtrVGYKkuLMdtjZTGnq4uzvUEGcysFwhiuBe37GUWWUZRSiBAG7lKi0iNut odXg== 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 d21si3305593pfk.328.2018.03.01.09.16.55; Thu, 01 Mar 2018 09:17:10 -0800 (PST) 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 S1033318AbeCARPt (ORCPT + 99 others); Thu, 1 Mar 2018 12:15:49 -0500 Received: from mga09.intel.com ([134.134.136.24]:41990 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032860AbeCARPs (ORCPT ); Thu, 1 Mar 2018 12:15:48 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2018 09:15:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,408,1515484800"; d="scan'208";a="24348777" Received: from unknown (HELO localhost.localdomain) ([10.232.112.44]) by fmsmga002.fm.intel.com with ESMTP; 01 Mar 2018 09:15:46 -0800 Date: Thu, 1 Mar 2018 10:17:44 -0700 From: Keith Busch To: Christoph Hellwig Cc: Ming Lei , Jens Axboe , Christoph Hellwig , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, Laurence Oberman , Sagi Grimberg Subject: Re: [PATCH 5/5] nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors Message-ID: <20180301171744.GE14799@localhost.localdomain> References: <20180206121742.29336-1-ming.lei@redhat.com> <20180206121742.29336-6-ming.lei@redhat.com> <20180301005220.GB29500@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180301005220.GB29500@lst.de> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 01, 2018 at 01:52:20AM +0100, Christoph Hellwig wrote: > Looks fine, > > and we should pick this up for 4.16 independent of the rest, which > I might need a little more review time for. > > Reviewed-by: Christoph Hellwig Thanks, queued up for 4.16.