[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250819101411.GG4067720@noisy.programming.kicks-ass.net>
Date: Tue, 19 Aug 2025 12:14:11 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: akpm@...ux-foundation.org, wang.yaxin@....com.cn, fan.yu9@....com.cn,
corbet@....net, bsingharora@...il.com, yang.yang29@....com.cn,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
mingo@...hat.com, juri.lelli@...hat.com, vincent.guittot@...aro.org,
dietmar.eggemann@....com, rostedt@...dmis.org, bsegall@...gle.com,
mgorman@...e.de, vschneid@...hat.com, jiang.kun2@....com.cn,
xu.xin16@....com.cn, wang.yong12@....com.cn, zyhtheonly@...il.com,
zyhtheonly@...h.net
Subject: Re: [PATCH] delayacct/sched: add SOFTIRQ delay
On Tue, Aug 19, 2025 at 05:27:39PM +0800, Tio Zhang wrote:
> Intro SOFTIRQ delay, so we can separate softirq as SOFTIRQ delay
> and hardirq as {IRQ - SOFTIRQ} delay.
>
> A typical scenario is when tasks delayed by network,
> if they delayed by rx net packets, i.e, net_rx_action(),
> SOFTIRQ delay is almost same as IRQ delay;
> if they delayed by, e.g, bad driver or broken hardware,
> SOFTIRQ delay is almost 0 while IRQ delay remains big.
>
> Examples tool usage could be found in
> Documentation/accounting/delay-accounting.rst
accounting will be the death of us :/
How do you account ksoftirqd ?
Powered by blists - more mailing lists