Report: remove greps
[csit.git] / docs / report / vpp_performance_tests / packet_throughput_graphs / ip6_tunnels.rst
1 IPv6 Overlay Tunnels
2 ====================
3
4 Following sections include summary graphs of VPP Phy-to-Phy performance
5 with IPv6 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 78B 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/78B-1t1c-ethip6-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]{78B-1t1c-ethip6-ndrdisc}
26             \label{fig:78B-1t1c-ethip6-ndrdisc}
27     \end{figure}
28
29 *Figure 1. VPP 1thread 1core - NDR Throughput for Phy-to-Phy IPv6 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/ip6_tunnels?h=rls1804>`_.
34
35 VPP NDR 78B 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/78B-2t2c-ethip6-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]{78B-2t2c-ethip6-ndrdisc}
48             \label{fig:78B-2t2c-ethip6-ndrdisc}
49     \end{figure}
50
51 *Figure 2. VPP 2threads 2cores - NDR Throughput for Phy-to-Phy IPv6 Overlay
52 Tunnels.*
53
54 CSIT source code for the test cases used for above plots can be found in
55 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip6_tunnels?h=rls1804>`_.
56
57 PDR Throughput
58 ~~~~~~~~~~~~~~
59
60 VPP PDR 78B packet throughput in 1t1c setup (1thread, 1core) is presented
61 in the graph below. PDR measured for 0.5% packet loss ratio.
62
63 .. raw:: html
64
65     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/78B-1t1c-ethip6-pdrdisc.html"></iframe>
66
67 .. raw:: latex
68
69     \begin{figure}[H]
70         \centering
71             \graphicspath{{../_build/_static/vpp/}}
72             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{78B-1t1c-ethip6-pdrdisc}
73             \label{fig:78B-1t1c-ethip6-pdrdisc}
74     \end{figure}
75
76 *Figure 3. VPP 1thread 1core - PDR Throughput for Phy-to-Phy IPv6 Overlay
77 Tunnels.*
78
79 CSIT source code for the test cases used for above plots can be found in
80 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip6_tunnels?h=rls1804>`_.
81
82 VPP PDR 78B packet throughput in 2t2c setup (2thread, 2core) is presented
83 in the graph below. PDR measured for 0.5% packet loss ratio.
84
85 .. raw:: html
86
87     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/78B-2t2c-ethip6-pdrdisc.html"></iframe>
88
89 .. raw:: latex
90
91     \begin{figure}[H]
92         \centering
93             \graphicspath{{../_build/_static/vpp/}}
94             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{78B-2t2c-ethip6-pdrdisc}
95             \label{fig:78B-2t2c-ethip6-pdrdisc}
96     \end{figure}
97
98 *Figure 4. VPP 2thread 2core - PDR Throughput for Phy-to-Phy IPv6 Overlay
99 Tunnels.*
100
101 CSIT source code for the test cases used for above plots can be found in
102 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip6_tunnels?h=rls1804>`_.