X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Freport%2Fintroduction%2Ftest_environment_sut_conf_2.rst;h=24fcd741e9eacac04cfbbdcd37b0ca224f39a7e7;hp=482c09d5fbc277284da43e4d4a4106450a3e8b57;hb=bbfcee8d3cf51ec01d269245970ef41bb072c580;hpb=ee1321d27bc39baab5bc2615834fd7392b79a160 diff --git a/docs/report/introduction/test_environment_sut_conf_2.rst b/docs/report/introduction/test_environment_sut_conf_2.rst index 482c09d5fb..24fcd741e9 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 `_.