X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp%2Fconf%2Fstartup.conf;h=84a026474c902a9d80150e20bb9637b77f80575e;hb=c08a1ed69639a7ee0579c6e41f8e21f8fc595530;hp=7306fa4ec79a8936214ce948a88c633d5c3ff495;hpb=614480262738dc6de382023a03656e1045d17f04;p=vpp.git diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index 7306fa4ec79..84a026474c9 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -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 { @@ -38,6 +48,10 @@ dpdk { ## Default is 1024 for both rx and tx # num-rx-desc 512 # num-tx-desc 512 + + ## VLAN strip offload mode for interface + ## Default is off + # vlan-strip-offload on # } ## Whitelist specific interface by specifying PCI address