On Mon, 10 Feb 2025 21:51:16 +0000 David Laight <david.laight.li...@gmail.com> 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