Re: [RFC][PATCH 1/2] sched: Extended scheduler time slice

From: Steven Rostedt
Date: Mon Feb 10 2025 - 16:58:50 EST


On Mon, 10 Feb 2025 21:51:16 +0000
David Laight <david.laight.linux@xxxxxxxxx> wrote:

> And then you lose lots of receive ethernet packets unless you change
> all the thread priorities.
> (I don't recall anything that makes them run at a low FIFO prioriry.)

Interrupt threads by default run at FIFO 50.

The softirqs will run with the threads that raise them so at the same
priority. See "sched_set_fifo()".

-- Steve