Re: [PATCH 3/5] crypto: Reduce default RT priority

2019-08-08 Thread Herbert Xu
On Thu, Aug 01, 2019 at 01:13:51PM +0200, Peter Zijlstra wrote: > The crypto engine initializes its kworker thread to FIFO-99 (when > requesting RT priority), reduce this to FIFO-50. > > FIFO-99 is the very highest priority available to SCHED_FIFO and > it not a suitable default; it would indicate

[PATCH 3/5] crypto: Reduce default RT priority

2019-08-01 Thread Peter Zijlstra
The crypto engine initializes its kworker thread to FIFO-99 (when requesting RT priority), reduce this to FIFO-50. FIFO-99 is the very highest priority available to SCHED_FIFO and it not a suitable default; it would indicate the crypto work is the most important work on the machine. Cc: Herbert X