98f3bc6737afb46691639b248c4a9aaeb8f5efd0
[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 CSIT
33 git repository:
34
35 .. only:: html
36
37    .. program-output:: cd ../../../../../ && set +x && cd tests/vpp/perf/ip4_tunnels && grep -E "64B-1t1c-ethip4[a-z0-9]+-[a-z0-9]*-ndrdisc" *
38       :shell:
39
40 .. only:: latex
41
42    .. code-block:: bash
43
44       $ cd tests/vpp/perf/ip4_tunnels
45       $ grep -E "64B-1t1c-ethip4[a-z0-9]+-[a-z0-9]*-ndrdisc" *
46
47 VPP NDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
48 in the graph below.
49
50 .. raw:: html
51
52     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ethip4-ndrdisc.html"></iframe>
53
54 .. raw:: latex
55
56     \begin{figure}[H]
57         \centering
58             \graphicspath{{../_build/_static/vpp/}}
59             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ethip4-ndrdisc}
60             \label{fig:64B-2t2c-ethip4-ndrdisc}
61     \end{figure}
62
63 *Figure 2. VPP 2threads 2cores - NDR Throughput for Phy-to-Phy IPv4 Overlay Tunnels.*
64
65 CSIT source code for the test cases used for above plots can be found in CSIT
66 git repository:
67
68 .. only:: html
69
70    .. program-output:: cd ../../../../../ && set +x && cd tests/vpp/perf/ip4_tunnels && grep -E "64B-2t2c-ethip4[a-z0-9]+-[a-z0-9]*-ndrdisc" *
71       :shell:
72
73 .. only:: latex
74
75    .. code-block:: bash
76
77       $ cd tests/vpp/perf/ip4_tunnels
78       $ grep -E "64B-2t2c-ethip4[a-z0-9]+-[a-z0-9]*-ndrdisc" *
79
80 PDR Throughput
81 ~~~~~~~~~~~~~~
82
83 VPP PDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
84 in the graph below. PDR measured for 0.5% packet loss ratio.
85
86 .. raw:: html
87
88     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-ethip4-pdrdisc.html"></iframe>
89
90 .. raw:: latex
91
92     \begin{figure}[H]
93         \centering
94             \graphicspath{{../_build/_static/vpp/}}
95             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-1t1c-ethip4-pdrdisc}
96             \label{fig:64B-1t1c-ethip4-pdrdisc}
97     \end{figure}
98
99 *Figure 3. VPP 1thread 1core - PDR Throughput for Phy-to-Phy IPv4 Overlay
100 Tunnels.*
101
102 CSIT source code for the test cases used for above plots can be found in CSIT
103 git repository:
104
105 .. only:: html
106
107    .. program-output:: cd ../../../../../ && set +x && cd tests/vpp/perf/ip4_tunnels && grep -E "64B-1t1c-ethip4[a-z0-9]+-[a-z0-9]*-pdrdisc" *
108       :shell:
109
110 .. only:: latex
111
112    .. code-block:: bash
113
114       $ cd tests/vpp/perf/ip4_tunnels
115       $ grep -E "64B-1t1c-ethip4[a-z0-9]+-[a-z0-9]*-pdrdisc" *
116
117 VPP PDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
118 in the graph below. PDR measured for 0.5% packet loss ratio.
119
120 .. raw:: html
121
122     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ethip4-pdrdisc.html"></iframe>
123
124 .. raw:: latex
125
126     \begin{figure}[H]
127         \centering
128             \graphicspath{{../_build/_static/vpp/}}
129             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ethip4-pdrdisc}
130             \label{fig:64B-2t2c-ethip4-pdrdisc}
131     \end{figure}
132
133 *Figure 4. VPP 2thread 2core - PDR Throughput for Phy-to-Phy IPv4 Overlay Tunnels.*
134
135 CSIT source code for the test cases used for above plots can be found in CSIT
136 git repository:
137
138 .. only:: html
139
140    .. program-output:: cd ../../../../../ && set +x && cd tests/vpp/perf/ip4_tunnels && grep -E "64B-2t2c-ethip4[a-z0-9]+-[a-z0-9]*-pdrdisc" *
141       :shell:
142
143 .. only:: latex
144
145    .. code-block:: bash
146
147       $ cd tests/vpp/perf/ip4_tunnels
148       $ grep -E "64B-2t2c-ethip4[a-z0-9]+-[a-z0-9]*-pdrdisc" *