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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 1B7ACC76188 for ; Tue, 16 Jul 2019 08:14:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F2CF121721 for ; Tue, 16 Jul 2019 08:14:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726536AbfGPIOK (ORCPT ); Tue, 16 Jul 2019 04:14:10 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:38448 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726487AbfGPIOJ (ORCPT ); Tue, 16 Jul 2019 04:14:09 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id D218347276216DDC1B86; Tue, 16 Jul 2019 16:14:03 +0800 (CST) Received: from [127.0.0.1] (10.74.223.225) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.439.0; Tue, 16 Jul 2019 16:13:58 +0800 Subject: Re: [RFC PATCH 0/7] blk-mq: improvement on handling IO during CPU hotplug To: Ming Lei CC: Ming Lei , Jens Axboe , linux-block , "James E . J . Bottomley" , "Martin K . Petersen" , Linux SCSI List , Bart Van Assche , Hannes Reinecke , Christoph Hellwig , Thomas Gleixner , Keith Busch , chenxiang References: <20190712024726.1227-1-ming.lei@redhat.com> From: John Garry Message-ID: Date: Tue, 16 Jul 2019 16:13:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.74.223.225] X-CFilter-Loop: Reflected Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org 在 16/07/2019 15:18, Ming Lei 写道: >> So you have plans to post an updated "[PATCH 0/9] blk-mq/scsi: convert >> private reply queue into blk_mq hw queue" then? Hi Ming, > V2 has been in the following tree for a while: > > https://github.com/ming1/linux/commits/v5.2-rc-host-tags-V2 > > It works, however the implementation is a bit ugly even though the idea > is simple. Yeah, sorry to say that I agree - the BLK_MQ_F_TAG_HCTX_SHARED checks look bolted on. > > So I think we may need to think of it further, for better implementation or > approach. Understood. But at least we may test it to ensure no performance regression. Thanks, John > > Thanks, > Ming Lei