Re: [PATCH] revert: "softirq: Let ksoftirqd do its job"
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2023-05-09 15:19:40
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2023-05-09 15:19:40
Also in:
lkml
On 2023-05-08 08:17:44 [+0200], Paolo Abeni wrote:
Due to the mentioned commit, when the ksoftirqd processes take charge of softirq processing, the system can experience high latencies.
Yes. RT wise I tried a lot to keep ksoftirqd from getting scheduled. With this change, it makes the life a lot easier. Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Sebastian