X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Freport%2Fintroduction%2Ftest_environment_sut_conf_2.rst;h=79aaff660e7c0e2d09aea4076f3695d244dd2b98;hb=25a40550e90c036dddf17698103a9a3c34ff6799;hp=482c09d5fbc277284da43e4d4a4106450a3e8b57;hpb=7ae94f2578699fcb50544742d6c27b59edc74abb;p=csit.git diff --git a/docs/report/introduction/test_environment_sut_conf_2.rst b/docs/report/introduction/test_environment_sut_conf_2.rst index 482c09d5fb..79aaff660e 100644 --- a/docs/report/introduction/test_environment_sut_conf_2.rst +++ b/docs/report/introduction/test_environment_sut_conf_2.rst @@ -1,9 +1,10 @@ -**Host CFS optimizations (QEMU+VPP)** +Linux CFS tunings +~~~~~~~~~~~~~~~~~ -Applying CFS scheduler tuning on all Qemu vcpu worker threads (those are -handling testpmd - pmd threads) and VPP PMD worker threads. List of VPP PMD -threads can be obtained e.g. from: +Linux CFS scheduler tunings are applied to all QEMU vCPU worker threads +(the ones handling testpmd PMD threads) and VPP data plane worker +threads. List of VPP data plane threads can be obtained by running: :: @@ -21,7 +22,7 @@ Or: $ cat /proc/`pidof vpp`/task/*/stat | awk '{print $1" "$2" "$39}' -Applying Round-robin scheduling with highest priority +CFS round-robin scheduling with highest priority is applied using: :: @@ -33,5 +34,5 @@ Applying Round-robin scheduling with highest priority $ done $ done -More information about Linux CFS can be found in: `Sched manual pages +More information about Linux CFS can be found in `Sched manual pages `_.