Received: by 2002:a05:6358:1087:b0:cb:c9d3:cd90 with SMTP id j7csp5786365rwi; Tue, 18 Oct 2022 04:16:25 -0700 (PDT) X-Google-Smtp-Source: AMsMyM77WHNLlMYuUzNaCHsaGupUQdDdvUMgEhsc4Hlfn4/hAX2YWkECS/eINU7arKhdHJnbEWXh X-Received: by 2002:a17:902:7589:b0:178:4ded:a90a with SMTP id j9-20020a170902758900b001784deda90amr2502614pll.74.1666091784832; Tue, 18 Oct 2022 04:16:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1666091784; cv=none; d=google.com; s=arc-20160816; b=C2qkAEDaIxHsLQTkRodr+we+N8mvRnW4pZ7bUE0/fVVjQ5uiIgZ1yY3wdng/bk7MRT Ns8+s1rECbF8I85Avl/9goiziqGs01KSkBtywpWXjoDc4Ytg8QCVB2vzBwgobF6RPdyD vLNG+CFvzW2lr/d/5FD5Ucu7QFdeLTNZRgyAot0YJRcLy+a5/ErSmWACjI1LoH5Jpe+/ OcvSmkUhnDkp3TSXKFhvDD74uQJkdM+msIhj1oQtKVekUIQbrCHTj5TgePHJuqstLClP T6WptRvRj+xbRGBSDKKeDZm9Ale3x2EeQo4x9eWrGyo0j+IAKIBh+vGMmLiPPg57tfRX aP/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=0ANydHnjPvJPrQwATQstaHLhY/zUlDsUlQh/y+zNFV8=; b=KE85JD6BsWE9cu0PmxpnC1zbKH6cSMPcHQEAz4ZS3f7vZPSyWbqSBUfARb7MQtdKTM jfMWHIJ+QnpWcWG34LNgvSopYYQzci4jVNYXUvtq5zbQvIIrW3ejDN+Ii4/sNBPnVdhb +TOXQdBiCMKo2FJT/Up9v5M1Y6JqImXzBrz0Ki4/4JhmhedTgzdHpKzEZUQBnSnOgQbc 3Hk5mUtxf6BCRui0X5epMQ9PgopSa3G1xmXFRITr4qEU+e8prz0RxSBGGPQfx+pBlVZx A0d80eZqIEJKQ/P5l5iOQpzizP/clAjlzqrcpACWHNriksUlv3Fp46opAU2e+ZX/SlG8 lGhQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id d184-20020a6336c1000000b0043a279baf66si14209753pga.115.2022.10.18.04.16.11; Tue, 18 Oct 2022 04:16:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230036AbiJRLMy (ORCPT + 99 others); Tue, 18 Oct 2022 07:12:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbiJRLMv (ORCPT ); Tue, 18 Oct 2022 07:12:51 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 021C4B6038; Tue, 18 Oct 2022 04:12:46 -0700 (PDT) Received: from kwepemi500016.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MsB150GBLzVhxN; Tue, 18 Oct 2022 19:08:09 +0800 (CST) Received: from huawei.com (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; Tue, 18 Oct 2022 19:12:44 +0800 From: Kemeng Shi To: , , CC: , , , Subject: [PATCH v2 2/3] block: Correct comment for scale_cookie_change Date: Tue, 18 Oct 2022 19:12:39 +0800 Message-ID: <20221018111240.22612-3-shikemeng@huawei.com> X-Mailer: git-send-email 2.14.1.windows.1 In-Reply-To: <20221018111240.22612-1-shikemeng@huawei.com> References: <20221018111240.22612-1-shikemeng@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.174.178.129] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemi500016.china.huawei.com (7.221.188.220) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Default queue depth of iolatency_grp is unlimited, so we scale down quickly(once by half) in scale_cookie_change. Remove the "subtract 1/16th" part which is not the truth and add the actual way we scale down. Signed-off-by: Kemeng Shi --- block/blk-iolatency.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/block/blk-iolatency.c b/block/blk-iolatency.c index b24d7b788ba3..2c574f98c8d1 100644 --- a/block/blk-iolatency.c +++ b/block/blk-iolatency.c @@ -364,9 +364,11 @@ static void scale_cookie_change(struct blk_iolatency *blkiolat, } /* - * Change the queue depth of the iolatency_grp. We add/subtract 1/16th of the + * Change the queue depth of the iolatency_grp. We add 1/16th of the * queue depth at a time so we don't get wild swings and hopefully dial in to - * fairer distribution of the overall queue depth. + * fairer distribution of the overall queue depth. We halve the queue depth + * at a time so we can scale down queue depth quickly from default unlimited + * to target. */ static void scale_change(struct iolatency_grp *iolat, bool up) { -- 2.30.0