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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BA73C4361B for ; Thu, 17 Dec 2020 18:17:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0F5A2388E for ; Thu, 17 Dec 2020 18:17:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730250AbgLQSRW (ORCPT ); Thu, 17 Dec 2020 13:17:22 -0500 Received: from mx2.suse.de ([195.135.220.15]:37628 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730138AbgLQSRV (ORCPT ); Thu, 17 Dec 2020 13:17:21 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 6D6FFADA2; Thu, 17 Dec 2020 18:16:40 +0000 (UTC) Date: Thu, 17 Dec 2020 19:16:39 +0100 From: Daniel Wagner To: Jens Axboe Cc: Sebastian Andrzej Siewior , Christoph Hellwig , linux-block@vger.kernel.org, Thomas Gleixner , Peter Zijlstra , Mike Galbraith , Sagi Grimberg Subject: Re: [PATCH 2/3] blk-mq: Always complete remote completions requests in softirq Message-ID: <20201217181639.byvly7dvpbdxmeu5@beryllium.lan> References: <20201204191356.2516405-1-bigeasy@linutronix.de> <20201204191356.2516405-3-bigeasy@linutronix.de> <20201208131319.GB22219@infradead.org> <20201217164308.ueki3scv3oxt4uta@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Thu, Dec 17, 2020 at 09:55:08AM -0700, Jens Axboe wrote: > Yeah, I think we're good at this point. I'll queue this up for 5.11. If I am not complete mistaken you queued v2 of patch 3. Sebastian sent out a v3 (slightly hidden): https://lore.kernel.org/linux-block/20201214202030.izhm4byeznfjoobe@linutronix.de/ which includes the changes Christoph asked for.