From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E0291C433FE for ; Thu, 20 Oct 2022 11:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=WjC2ATU3FdKAY1CREXePv2H6AA+eybPyqgvUSFT4kMo=; b=JVZiBpcpx1vtDTPnSe9QKW2oif /l0xbK1y81CYwQqAmCrVnNRyYwkoNBXTTcs+BFCrApyo/rztQtNDMKMYHAQ2r3DUcVl++hKtGwgSk UevZsTsw7x/sBEcDm31QReA/BRClg4jKxxfLf8DGEnHdVfVg0rGhkTRVbAtF0YSIgtgHRKFVWXDvT qh+Vqb+/uIB3bbPbAJUT2+kYSowLgITNKdB+pR7MCKR+aW5mNkEJSGZrgYFlTmVosVVSIpHL/VxGR ODiSAC9JWWMA5L9e5H6Qr3ftBxRibITeVgymz2G258PpFIAVeeq+CJ9ZXqnEkivkkitHiw1VPE7AA iutSla1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1olUBo-00EOPp-DJ; Thu, 20 Oct 2022 11:58:20 +0000 Received: from [88.128.92.117] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1olTDq-00DqcY-M6; Thu, 20 Oct 2022 10:56:23 +0000 From: Christoph Hellwig To: Jens Axboe , Keith Busch , Sagi Grimberg , Chao Leng Cc: Ming Lei , linux-nvme@lists.infradead.org, linux-block@vger.kernel.org Subject: per-tagset SRCU struct and quiesce Date: Thu, 20 Oct 2022 12:56:00 +0200 Message-Id: <20221020105608.1581940-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org Hi all, this series moves the SRCU struct used for quiescing to the tag_set as the SRCU critical sections for dispatch take about the same time on all queues anyway, and then adopts the series from Chao that provides tagset-wide quiesce to use that infrastructure.