CSIT-618 Update release report datapoints
[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-sel1-ndrdisc-lat50.html"></iframe>
16
17 *Figure 1a. VPP 1thread 1core - packet latency for Phy-to-VM-to-Phy VM
18 vhost-user selected TCs (ipv4).*
19
20 .. raw:: html
21
22     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-vhost-sel2-ndrdisc-lat50.html"></iframe>
23
24 *Figure 1b. VPP 1thread 1core - packet latency for Phy-to-VM-to-Phy VM
25 vhost-user selected TCs (l2).*
26
27 CSIT source code for the test cases used for above plots can be found in CSIT
28 git repository:
29
30 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/vm_vhost && grep -E "64B-1t1c-.*vhost.*-ndrdisc" *
31    :shell:
32
33 VPP packet latency in 2t2c setup (2thread, 2core) is presented in the graph below.
34
35 .. raw:: html
36
37     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-vhost-sel1-ndrdisc-lat50.html"></iframe>
38
39 *Figure 2a. VPP 2threads 2cores - packet latency for Phy-to-VM-to-Phy VM
40 vhost-user selected TCs (ipv4).*
41
42 .. raw:: html
43
44     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-vhost-sel2-ndrdisc-lat50.html"></iframe>
45
46 *Figure 2b. VPP 2threads 2cores - packet latency for Phy-to-VM-to-Phy VM
47 vhost-user selected TCs (l2).*
48
49 CSIT source code for the test cases used for above plots can be found in CSIT
50 git repository:
51
52 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/vm_vhost && grep -E "64B-2t2c-.*vhost.*-ndrdisc" *
53    :shell: