Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp295316ybl; Wed, 21 Aug 2019 19:33:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqyFCTBdGL4+KJMzMXhaAG+Rw7iLix75VuDYDmkHTD3z4lIghNHkPjF1H0qksADF2R0pnJ/Q X-Received: by 2002:a17:90a:9905:: with SMTP id b5mr3156541pjp.70.1566441227650; Wed, 21 Aug 2019 19:33:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566441227; cv=none; d=google.com; s=arc-20160816; b=NGSojffJB2OG0CwoVDiaSFfIJuxfjlWjGI2exf1U579RMtFFz3B5ZMrBzFo+fi49fa nxjrBYhBqALw3T21YJwrxih7DHga+ncousLo6E3mbs+q7ZCccjH15DIhNQzB7udqntkK p/jrVcwxCZPPVYJIkcamHMV9I1RzxSr//Jn4X8Pse2hnsBjTkEyb0BfoLg3A9Z6oGOQE 9MdQ8wYpG5V82h0uGZT7MGbEskdX/p6uTJrSw8f9KM6mMxOLmZipD5DkNdTSMIfKmJpi P2yjXBEhPBIQNbPSodJowKyKdsk4whxXV8XRNdb7AMcYepc6pHHuvBW+sLhe5Mgec98r Cy/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=S6XuBhpuqR6HSdJEH0QY0d2o4dxTTypxS+qrVlNXCGQ=; b=GkKmSagCokJta7WKoa9xy1AnhMd/0IdqFJG6iWlrMTy9zsRxr4Xutpp8oEN9o7KeZY KhuThztGeQ3DqobU/PFYWII8wDNZwMk/+4xcWa8N148EQdH+wQdqsltvZ/S519T0iRel bdXGvZKU4S90XzE9lMZkWR1AqEn766WUrbG3JjHyEuXEm9+U8cVbtmtOVJYTPB1yIgjg JrMfGQPvbya6afSdi3UJrA/JLPVp8UCSVmCr1knYIXlzNVjzOX1YuOP20bpiACzz1S8T YFQF/IQdQXneijTza8SaN0yZAOTPhc0vOCaWbosorqQeJYD+qAwTWARueTVLw9AvnJaV uxaw== 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 m5si15889184plt.167.2019.08.21.19.33.31; Wed, 21 Aug 2019 19:33:47 -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 S1729635AbfHVAbx (ORCPT + 99 others); Wed, 21 Aug 2019 20:31:53 -0400 Received: from gate.crashing.org ([63.228.1.57]:41311 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727291AbfHVAbw (ORCPT ); Wed, 21 Aug 2019 20:31:52 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x7M0VEVU012747; Wed, 21 Aug 2019 19:31:15 -0500 Message-ID: <87e1fea1c297ef98f989175b3041c69e8b7de020.camel@kernel.crashing.org> Subject: Re: [PATCH v4 2/4] nvme-pci: Add support for variable IO SQ element size From: Benjamin Herrenschmidt To: Christoph Hellwig Cc: linux-nvme@lists.infradead.org, Sagi Grimberg , Jens Axboe , Keith Busch , linux-kernel@vger.kernel.org, Paul Pawlowski Date: Thu, 22 Aug 2019 10:31:14 +1000 In-Reply-To: <20190822002818.GA10391@lst.de> References: <20190807075122.6247-1-benh@kernel.crashing.org> <20190807075122.6247-3-benh@kernel.crashing.org> <20190822002818.GA10391@lst.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-08-22 at 02:28 +0200, Christoph Hellwig wrote: > On Wed, Aug 07, 2019 at 05:51:20PM +1000, Benjamin Herrenschmidt > wrote: > > +#define NVME_NVM_ADMSQES 6 > > #define NVME_NVM_IOSQES 6 > > #define NVME_NVM_IOCQES 4 > > The NVM in the two defines here stands for the NVM command set, > so this should just be named NVME_ADM_SQES or so. But except for > this > the patch looks good: > > Reviewed-by: Christoph Hellwig > > So maybe Sagi can just fix this up in the tree. Ah ok I missed the meaning. Thanks. Sagi, can you fix that up or do you need me to resubmit ? Cheers, Ben.