Report: remove greps
[csit.git] / docs / report / vpp_performance_tests / packet_throughput_graphs / ip4_tunnels.rst
1 IPv4 Overlay Tunnels
2 ====================
3
4 Following sections include summary graphs of VPP Phy-to-Phy performance
5 with IPv4 Overlay Tunnels, including NDR throughput (zero packet loss)
6 and PDR throughput (<0.5% packet loss).  Performance is reported for VPP
7 running in multiple configurations of VPP worker thread(s), a.k.a. VPP
8 data plane thread(s), and their physical CPU core(s) placement.
9
10 NDR Throughput
11 ~~~~~~~~~~~~~~
12
13 VPP NDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
14 in the graph below.
15
16 .. raw:: html
17
18     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-ethip4-ndrdisc.html"></iframe>
19
20 .. raw:: latex
21
22     \begin{figure}[H]
23         \centering
24             \graphicspath{{../_build/_static/vpp/}}
25             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-1t1c-ethip4-ndrdisc}
26             \label{fig:64B-1t1c-ethip4-ndrdisc}
27     \end{figure}
28
29 *Figure 1. VPP 1thread 1core - NDR Throughput for Phy-to-Phy IPv4 Overlay
30 Tunnels.*
31
32 CSIT source code for the test cases used for above plots can be found in
33 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip4_tunnels?h=rls1804>`_.
34
35 VPP NDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
36 in the graph below.
37
38 .. raw:: html
39
40     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ethip4-ndrdisc.html"></iframe>
41
42 .. raw:: latex
43
44     \begin{figure}[H]
45         \centering
46             \graphicspath{{../_build/_static/vpp/}}
47             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ethip4-ndrdisc}
48             \label{fig:64B-2t2c-ethip4-ndrdisc}
49     \end{figure}
50
51 *Figure 2. VPP 2threads 2cores - NDR Throughput for Phy-to-Phy IPv4 Overlay Tunnels.*
52
53 CSIT source code for the test cases used for above plots can be found in
54 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip4_tunnels?h=rls1804>`_.
55
56 PDR Throughput
57 ~~~~~~~~~~~~~~
58
59 VPP PDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
60 in the graph below. PDR measured for 0.5% packet loss ratio.
61
62 .. raw:: html
63
64     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-ethip4-pdrdisc.html"></iframe>
65
66 .. raw:: latex
67
68     \begin{figure}[H]
69         \centering
70             \graphicspath{{../_build/_static/vpp/}}
71             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-1t1c-ethip4-pdrdisc}
72             \label{fig:64B-1t1c-ethip4-pdrdisc}
73     \end{figure}
74
75 *Figure 3. VPP 1thread 1core - PDR Throughput for Phy-to-Phy IPv4 Overlay
76 Tunnels.*
77
78 CSIT source code for the test cases used for above plots can be found in
79 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip4_tunnels?h=rls1804>`_.
80
81 VPP PDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
82 in the graph below. PDR measured for 0.5% packet loss ratio.
83
84 .. raw:: html
85
86     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ethip4-pdrdisc.html"></iframe>
87
88 .. raw:: latex
89
90     \begin{figure}[H]
91         \centering
92             \graphicspath{{../_build/_static/vpp/}}
93             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ethip4-pdrdisc}
94             \label{fig:64B-2t2c-ethip4-pdrdisc}
95     \end{figure}
96
97 *Figure 4. VPP 2thread 2core - PDR Throughput for Phy-to-Phy IPv4 Overlay Tunnels.*
98
99 CSIT source code for the test cases used for above plots can be found in
100 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip4_tunnels?h=rls1804>`_.