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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54BC5C433FE for ; Wed, 23 Nov 2022 06:09:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235332AbiKWGJU (ORCPT ); Wed, 23 Nov 2022 01:09:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbiKWGJS (ORCPT ); Wed, 23 Nov 2022 01:09:18 -0500 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83540F1F; Tue, 22 Nov 2022 22:09:17 -0800 (PST) Received: from kwepemi500016.china.huawei.com (unknown [172.30.72.55]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4NH9fv2FgHzHtgm; Wed, 23 Nov 2022 14:08:39 +0800 (CST) Received: from [10.174.178.129] (10.174.178.129) by kwepemi500016.china.huawei.com (7.221.188.220) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Wed, 23 Nov 2022 14:09:15 +0800 Subject: Re: [PATCH v2 0/5] A few cleanup and bugfix patches for blk-iocost To: , , CC: , , References: <20221018121932.10792-1-shikemeng@huawei.com> From: Kemeng Shi Message-ID: <5ae7f0a0-8540-bbfe-2fe7-b18fc071ae1c@huawei.com> Date: Wed, 23 Nov 2022 14:09:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20221018121932.10792-1-shikemeng@huawei.com> Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.129] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemi500016.china.huawei.com (7.221.188.220) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Friendly ping on 10/18/2022 8:19 PM, Kemeng Shi wrote: > This series contain a few patch to correct comment, correct trace of > vtime_rate and so on. More detail can be found in the respective > changelogs. > > --- > v2: > Thanks Tejun for review and comment! > Add Acked-by tag from Tejun. > Correct description in patch 3/5 and 4/5. > Drop "blk-iocost: Avoid to call current_hweight_max if iocg->inuse > == iocg->active" > Drop "blk-iocost: Remove redundant initialization of struct ioc_gq" > Drop "blk-iocost: Get ioc_now inside weight_updated" > --- > > Kemeng Shi (5): > blk-iocost: Fix typo in comment > blk-iocost: Reset vtime_base_rate in ioc_refresh_params > blk-iocost: Trace vtime_base_rate instead of vtime_rate > blk-iocost: Remove vrate member in struct ioc_now > blk-iocost: Correct comment in blk_iocost_init > > block/blk-iocost.c | 16 +++++++++------- > include/trace/events/iocost.h | 4 ++-- > 2 files changed, 11 insertions(+), 9 deletions(-) > -- Best wishes Kemeng Shi