Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp3619343ybh; Mon, 5 Aug 2019 22:25:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqzipIEayuBT4wyOQYAAv8a7cFvDVnTm+WrsI04NMM0axN3VHXgh4ANG0cm0hvpjRDd0nbhf X-Received: by 2002:a17:902:e613:: with SMTP id cm19mr1257391plb.299.1565069142785; Mon, 05 Aug 2019 22:25:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565069142; cv=none; d=google.com; s=arc-20160816; b=UNm/zomJL/x2aNvzmY9WCktBOjNo6UmVnxJsgu8hLjru2w/CUdJiDofq8PWArKkasO 6NMBS+B0F7yC692XfuPbz2K/BPXRNPNlARq9HWvREphQKmRlFB0q5LirGaBa7pxGXAiS V4oMDBLu5LChD4k38mQLb7Zu9A/3wERy0Xem2d+Y2GoMrvKtJ3w75LZf6pCYoin+tCO1 jAN4JdE0943mRlhJ46YuNyMCvA/xHf6UcxTVaaPLe/nTsbHHym2a22+IaYCKNLdiZcpk W/yI58pL1mkT4m1m9+DaGXMASwjXm/Aq8cjCgChtN60hZrNHchHttbRlKMi4LlC2/6vy iS1w== 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=hO89HeNEfrGzua0HW4N2yOwtPy4CSFGfSXflxZ1haxg=; b=meN7Q+xHYk7PGy+tBQ6R31AdSlsgkmaX94KUCH7lC/amE4ZAStqtmaWaY9EpgyIOwz UGHdT9ff8x/NjIOd63dlwZgVVSRuMbQ5XXPJFRrahrAInS4mf6QIlvNDqslJqumFWxO6 0ZsHjgn4KP7igy5l4HQzFkG1bnen+EcH20vCjP1Y5x4rgsqeIxHT1PUAQaLYTGvOiNgD PzPRG4B57UDk54wb5nvxsL/ylHNydnAJmOnLkc2Ou/WPGKIU9SYMgBH7jlrEpm6hMjZP KtFyyt10AmgU/ht1uqw0nyGVRp/YDBEnWe83L5mbgqTEW8n3Z4MTb3p4EpaEYmrqlDct GHPw== 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 w10si43103674plq.403.2019.08.05.22.25.27; Mon, 05 Aug 2019 22:25:42 -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 S1731540AbfHFFYz (ORCPT + 99 others); Tue, 6 Aug 2019 01:24:55 -0400 Received: from gate.crashing.org ([63.228.1.57]:49586 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726036AbfHFFYz (ORCPT ); Tue, 6 Aug 2019 01:24:55 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x765OKnm016656; Tue, 6 Aug 2019 00:24:21 -0500 Message-ID: <198e51f1454720f15f0570e98203834eed11893f.camel@kernel.crashing.org> Subject: Re: [PATCH v3] nvme-pci: Support shared tags across queues for Apple 2018 controllers From: Benjamin Herrenschmidt To: Keith Busch Cc: Keith Busch , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Paul Pawlowski , Jens Axboe , Christoph Hellwig , Minwoo Im , Damien Le Moal Date: Tue, 06 Aug 2019 15:24:19 +1000 In-Reply-To: <20190805134907.GC18647@localhost.localdomain> References: <20190730153044.GA13948@localhost.localdomain> <2030a028664a9af9e96fffca3ab352faf1f739e5.camel@kernel.crashing.org> <6290507e1b2830b1729fc858cd5c20b85d092728.camel@kernel.crashing.org> <20190805134907.GC18647@localhost.localdomain> 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 Mon, 2019-08-05 at 07:49 -0600, Keith Busch wrote: > > Ping ? I had another look today and I don't feel like mucking around > > with all the AQ size logic, AEN magic tag etc... just for that sake of > > that Apple gunk. I'm happy to have it give up IO tags, it doesn't seem > > to make much of a difference in practice anyway. > > > > But if you feel strongly about it, then I'll implement the "proper" way > > sometimes this week, adding a way to shrink the AQ down to something > > like 3 (one admin request, one async event (AEN), and the empty slot) > > by making a bunch of the constants involved variables instead. > > I don't feel too strongly about it. I think your patch is fine, so > > Acked-by: Keith Busch Thanks, I'll fold the test and respin this week. Cheers, Ben.