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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 9A706C43613 for ; Mon, 24 Jun 2019 13:33:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6F870212F5 for ; Mon, 24 Jun 2019 13:33:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729762AbfFXNdt (ORCPT ); Mon, 24 Jun 2019 09:33:49 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:19066 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728884AbfFXNdt (ORCPT ); Mon, 24 Jun 2019 09:33:49 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id D7DD23998DC962976001; Mon, 24 Jun 2019 21:33:43 +0800 (CST) Received: from [127.0.0.1] (10.184.225.177) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.439.0; Mon, 24 Jun 2019 21:33:37 +0800 Subject: Re: [PATCH next] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl max_softirq_time_usecs To: Thomas Gleixner CC: , , Kees Cook , , , , , , , , , , , , , "wangxiaogang (F)" , "Zhoukang (A)" , Mingfangsen , , Eric Dumazet References: <0099726a-ead3-bdbe-4c66-c8adc9a4f11b@huawei.com> From: Zhiqiang Liu Message-ID: Date: Mon, 24 Jun 2019 21:32:48 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.184.225.177] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/6/24 17:45, Thomas Gleixner wrote: > Zhiqiang, > > On Mon, 24 Jun 2019, Zhiqiang Liu wrote: >> ÔÚ 2019/6/24 0:38, Thomas Gleixner дµÀ: >> >> Thanks again for your detailed advice. >> As your said, the max_softirq_time_usecs setting without explaining the >> relationship with CONFIG_HZ will give a false sense of controlability. And >> the time accuracy of jiffies will result in a certain difference between the >> max_softirq_time_usecs set value and the actual value, which is in one jiffies >> range. >> >> I will add these infomation in the sysctl documentation and changelog in v2 patch. > > Please make the sysctl milliseconds based. That's the closest approximation > of useful units for this. This still has the same issues as explained > before but it's not off by 3 orders of magitude anymore. > > Thanks, > > tglx > Thanks for your suggestion. I will adopt max_softirq_time_ms to replace MAX_SOFTIRQ_TIME in v2.