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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 93622C35247 for ; Mon, 3 Feb 2020 15:43:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 67F7421741 for ; Mon, 3 Feb 2020 15:43:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580744638; bh=rVo/iEfztXgboOMQCBJEDIdLaHtnED1eDqgTvtVBA1g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=WF26FB6AY+LzZMfyWrkpWGU7t21H/clECzVchyZbeCJjttgifMgijHdHhWPO0HHkd ll7Ke9j+MhBCQbxWCiDNtPAnmKOSHQg5gcSdrCqrWlRZA3KA0dtVFP93SjIyWAt5/D MVxJWnCUNS8+mJAlDRbKaQ9SC8rqk2KrhFBvO0UQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726992AbgBCPn6 (ORCPT ); Mon, 3 Feb 2020 10:43:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:50924 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726316AbgBCPn5 (ORCPT ); Mon, 3 Feb 2020 10:43:57 -0500 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 49D6921582; Mon, 3 Feb 2020 15:43:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580744637; bh=rVo/iEfztXgboOMQCBJEDIdLaHtnED1eDqgTvtVBA1g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rKSmUqumjETNj0SHO4xK0A8K157r1a/ANkK555o/NGLxnTLJHb9CBnpJlEXbft/3R egT7j9G9OthFKU7ye/+R82FghcpIPoCbEzDX3aka1GJFfLj8iVIzK3UdcFrWZmsFj8 20aSiCv2a+PfZpmvmP5xNwD+iHzIEDYSQBuXvXFo= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iydtD-002n6d-II; Mon, 03 Feb 2020 15:43:55 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 03 Feb 2020 15:43:55 +0000 From: Marc Zyngier To: John Garry Cc: Ming Lei , Thomas Gleixner , Ming Lei , Jens Axboe , linux-block , Bart Van Assche , Hannes Reinecke , Christoph Hellwig , "chenxiang (M)" , Keith Busch , "liudongdong (C)" , wanghuiqiang , "Wangzhou (B)" Subject: Re: [PATCH V5 0/6] blk-mq: improvement CPU hotplug In-Reply-To: References: <20200115114409.28895-1-ming.lei@redhat.com> <929dbfac-de46-a947-6a2c-f4d8d504c631@huawei.com> <6dbe8c9f-af4e-3157-b6e9-6bbf43efb1e1@huawei.com> <14cb0d17-f9e6-ffa8-7a98-bd602c72273f@huawei.com> <56502aa9-d4ad-5ede-5184-13f1817c77d7@huawei.com> <20200201110539.03db5434@why> <87sgjutufz.fsf@nanos.tec.linutronix.de> <3db522f4-c0c3-ce0f-b0e3-57ee1176bbf8@huawei.com> <797432ab-1ef5-92e3-b512-bdcee57d1053@huawei.com> Message-ID: X-Sender: maz@kernel.org User-Agent: Roundcube Webmail/1.3.8 X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: john.garry@huawei.com, tom.leiming@gmail.com, tglx@linutronix.de, ming.lei@redhat.com, axboe@kernel.dk, linux-block@vger.kernel.org, bvanassche@acm.org, hare@suse.com, hch@lst.de, chenxiang66@hisilicon.com, kbusch@kernel.org, liudongdong3@huawei.com, wanghuiqiang@huawei.com, wangzhou1@hisilicon.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On 2020-02-03 12:56, John Garry wrote: [...] >> Can you trigger it after disabling irqbalance? > > No, so tested by killing the irqbalance process and it ran for 25 > minutes without issue. OK, that's interesting. Can you find you whether irqbalance tries to move an interrupt to an offlined CPU? Just putting a trace into git_set_affinity() should be enough. Thanks, M. -- Jazz is not dead. It just smells funny...