On Tue, 15 Oct 2013, Frederich, Jens wrote: > Hi all, > > is there any way to set the global workqueue priority to real > time or setup a workqueue with real time priority on Linux RT The global workqueue is used by the world and some more. So you better not try to fiddle with that. > 3.x? I want to setup a kernel worker thread with real time > priority. What's the best way? Should I better use tasklets? Tasklets are evil, hey should be renamed to craplets. You'll have the same problem as with the global workqueue, as tasklets run from softirq context. Could you describe what you are trying to do? Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html