c7211396f763f8e8f2fdd727ad915c20263b3f61
[csit.git] / docs / report / vpp_performance_tests / packet_latency_graphs / vm_vhost.rst
1 VM vhost Connections
2 ====================
3
4 This section includes summary graphs of VPP Phy-to-VM(s)-to-Phy packet
5 latency with with VM virtio and VPP vhost-user virtual interfaces
6 measured at 50% of discovered NDR throughput rate. Latency is reported
7 for VPP running in multiple configurations of VPP worker thread(s),
8 a.k.a. VPP data plane thread(s), and their physical CPU core(s)
9 placement.
10
11 VPP packet latency in 1t1c setup (1thread, 1core) is presented in the graph below.
12
13 .. raw:: html
14
15     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-vhost-ndrdisc-lat50.html"></iframe>
16
17 *Figure 1. VPP 1thread 1core - packet latency for Phy-to-VM-to-Phy VM vhost-user.*
18
19 CSIT source code for the test cases used for above plots can be found in CSIT
20 git repository:
21
22 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/vm_vhost && grep -E "64B-1t1c-.*vhost.*-ndrdisc" *
23    :shell:
24
25 VPP packet latency in 2t2c setup (2thread, 2core) is presented in the graph below.
26
27 .. raw:: html
28
29     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-vhost-ndrdisc-lat50.html"></iframe>
30
31 *Figure 2. VPP 2threads 2cores - packet latency for Phy-to-VM-to-Phy VM vhost-user.*
32
33 CSIT source code for the test cases used for above plots can be found in CSIT
34 git repository:
35
36 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/vm_vhost && grep -E "64B-2t2c-.*vhost.*-ndrdisc" *
37    :shell: