aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/methodology_kvm_vms_vhost_user.rst
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-02-11 14:39:21 +0000
committerTibor Frank <tifrank@cisco.com>2019-02-11 15:04:32 +0000
commitae8ffc4d6437719b2e2e6698a8cdc35b6f0cfdbd (patch)
tree6d3bbe0cf074f02c472a9d0734010307a7584645 /docs/report/introduction/methodology_kvm_vms_vhost_user.rst
parent52e5456fe5b6c8c4b1f7d92adcdbeb999947132d (diff)
CSIT-1430 Update release notes
Change-Id: Id67de7b23d48509b3118d24b6d054b8d50a3d0ec Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 4c8b382e0034ed2660d749cbd01d5b304aeb54bc)
Diffstat (limited to 'docs/report/introduction/methodology_kvm_vms_vhost_user.rst')
-rw-r--r--docs/report/introduction/methodology_kvm_vms_vhost_user.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/report/introduction/methodology_kvm_vms_vhost_user.rst b/docs/report/introduction/methodology_kvm_vms_vhost_user.rst
index 34e3bc0447..0a0ea1be1e 100644
--- a/docs/report/introduction/methodology_kvm_vms_vhost_user.rst
+++ b/docs/report/introduction/methodology_kvm_vms_vhost_user.rst
@@ -4,14 +4,13 @@ KVM VMs vhost-user
FD.io CSIT performance lab is testing VPP vhost with KVM VMs using
following environment settings:
-- Tests with varying Qemu virtio queue (a.k.a. vring) sizes: [vr256]
- default 256 descriptors, [vr1024] 1024 descriptors to optimize for
- packet throughput.
+- Tests with varying Qemu virtio queue (a.k.a. vring) sizes: [vr1024] 1024
+ descriptors to optimize for packet throughput.
- Tests with varying Linux :abbr:`CFS (Completely Fair Scheduler)`
settings: [cfs] default settings, [cfsrr1] CFS RoundRobin(1) policy
applied to all data plane threads handling test packet path including
all VPP worker threads and all Qemu testpmd poll-mode threads.
-- Resulting test cases are all combinations with [vr256,vr1024] and
+- Resulting test cases are all combinations with [vr1024] and
[cfs,cfsrr1] settings.
- Adjusted Linux kernel :abbr:`CFS (Completely Fair Scheduler)`
scheduler policy for data plane threads used in CSIT is documented in