Scheduler policy & priority config, few minor fixes (VPP-425)
[vpp.git] / vpp / conf / startup.conf
index f9f4690..84a0264 100644 (file)
@@ -20,6 +20,16 @@ cpu {
        ## Set logical CPU core(s) where worker threads are running
        ## by default there is no worker threads started
        # corelist-workers 2-3,18-19
+
+       ## Set scheduling policy and priority of main and worker threads
+
+       ## Scheduling policy options are: other (SCHED_OTHER), batch (SCHED_BATCH)
+       ## idle (SCHED_IDLE), fifo (SCHED_FIFO), rr (SCHED_RR)
+       # scheduler-policy fifo
+
+       ## Scheduling priority is used only for "real-time policies (fifo and rr),
+       ## and has to be in the range of priorities supported for a particular policy
+       # scheduler-priority 50
 }
 
 dpdk {