On Tue, Nov 17, 2020 at 01:28:06PM -0300, Marcelo Tosatti wrote: > For isolated applications that busy loop (packet processing with DPDK, > for example), workqueue functions either stall (if the -rt app priority > is higher than kworker thread priority) or interrupt the -rt app > (if the -rt app priority is lower than kworker thread priority. This seems a bit obscure to expect an application to do. Can we make this happen automatically when we bind an rt task to a group of CPUs?