csit rls1701 report nits and updates:
[csit.git] / docs / report / vpp_performance_tests / packet_throughput_graphs / ipv6_tunnels.rst
1 IPv6 Overlay Tunnels
2 ====================
3
4 Following sections provide a summary of VPP Phy-to-Phy IPv6 Overlay Tunnels
5 performance illustrating NDR throughput (zero packet loss) and PDR throughput
6 (<0.5% packet loss). Performance is reported for VPP running in multiple
7 configurations of VPP worker thread(s), a.k.a. VPP data plane thread (s), and
8 their physical CPU core(s) placement.
9
10 *Title of each graph* is a regex (regular expression) matching all plotted
11 throughput test cases, *X-axis labels* are indeces of csit-vpp-perf-1701 jobs
12 that created result output files used as data sources for the graph,
13 *Y-axis labels* are measured Packets Per Second [pps] values, and the *graph
14 legend* identifes the plotted test suites.
15
16 .. note::
17
18     Data sources for reported test results: i) FD.io test executor jobs
19     `csit-vpp-perf-1701-all
20     <https://jenkins.fd.io/view/csit/job/csit-vpp-perf-1701-all/>`_ and
21     `csit-vpp-perf-1701-long
22     <https://jenkins.fd.io/view/csit/job/csit-vpp-perf-1701-long/>`_
23     , ii) archived FD.io jobs test result `output files
24     <../../_static/archive/>`_.
25
26 NDR Throughput
27 ~~~~~~~~~~~~~~
28
29 VPP NDR Throughput - running in configuration of **one worker thread (1t) on
30 one physical core (1c)** - is presented in the figure below.
31
32 .. raw:: html
33
34     <iframe width="700" height="700" frameborder="0" scrolling="no" src="../../_static/vpp/78B-1t1c-ethip6-ndrdisc.html"></iframe>
35
36 *Figure 1. VPP 1thread 1core - NDR Throughput for Phy-to-Phy IPv6 Overlay
37 Tunnels.*
38
39 CSIT test cases used to generate results presented above can be found in CSIT
40 git repository by filtering with specified regex as follows:
41
42 .. code-block:: bash
43
44     $ csit/tests/perf
45     $ grep -E "78B-1t1c-ethip6[a-z0-9]+-[a-z0-9]*-ndrdisc" *
46
47     10ge2p1x520-ethip6lispip4-ip6base-ndrdisc.robot:| tc01-78B-1t1c-ethip6lispip4-ip6base-ndrdisc
48     10ge2p1x520-ethip6lispip6-ip6base-ndrdisc.robot:| tc01-78B-1t1c-ethip6lispip6-ip6base-ndrdisc
49
50 VPP NDR Throughput - running in configuration of **two worker threads (2t) on
51 two physical cores (2c)** - is presented in the figure below.
52
53 .. raw:: html
54
55     <iframe width="700" height="700" frameborder="0" scrolling="no" src="../../_static/vpp/78B-2t2c-ethip6-ndrdisc.html"></iframe>
56
57 *Figure 2. VPP 2threads 2cores - NDR Throughput for Phy-to-Phy IPv6 Overlay
58 Tunnels.*
59
60 CSIT test cases used to generate results presented above can be found in CSIT
61 git repository by filtering with specified regex as follows:
62
63 .. code-block:: bash
64
65     $ csit/tests/perf
66     $ grep -E "78B-2t2c-ethip6[a-z0-9]+-[a-z0-9]*-ndrdisc" *
67
68     10ge2p1x520-ethip6lispip4-ip6base-ndrdisc.robot:| tc07-78B-2t2c-ethip6lispip4-ip6base-ndrdisc
69     10ge2p1x520-ethip6lispip6-ip6base-ndrdisc.robot:| tc07-78B-2t2c-ethip6lispip6-ip6base-ndrdisc
70
71 VPP NDR Throughput - running in configuration of **four worker threads (4t) on
72 four physical cores (4c)** - is presented in the figure below.
73
74 .. raw:: html
75
76     <iframe width="700" height="700" frameborder="0" scrolling="no" src="../../_static/vpp/78B-4t4c-ethip6-ndrdisc.html"></iframe>
77
78 *Figure 3. VPP 4threads 4cores - NDR Throughput for Phy-to-Phy IPv6 Overlay
79 Tunnels.*
80
81 CSIT test cases used to generate results presented above can be found in CSIT
82 git repository by filtering with specified regex as follows:
83
84 .. code-block:: bash
85
86     $ csit/tests/perf
87     $ grep -E "78B-4t4c-ethip6[a-z0-9]+-[a-z0-9]*-ndrdisc" *
88
89     10ge2p1x520-ethip6lispip4-ip6base-ndrdisc.robot:| tc13-78B-4t4c-ethip6lispip4-ip6base-ndrdisc
90     10ge2p1x520-ethip6lispip6-ip6base-ndrdisc.robot:| tc13-78B-4t4c-ethip6lispip6-ip6base-ndrdisc
91
92 PDR Throughput
93 ~~~~~~~~~~~~~~
94
95 VPP PDR Throughput - running in configuration of **one worker thread (1t) on one
96 physical core (1c)** - is presented in the figure below. PDR at below 0.5%
97 packet loss ratio.
98
99 .. raw:: html
100
101     <iframe width="700" height="700" frameborder="0" scrolling="no" src="../../_static/vpp/78B-1t1c-ethip6-pdrdisc.html"></iframe>
102
103 *Figure 4. VPP 1thread 1core - PDR Throughput for Phy-to-Phy IPv6 Overlay
104 Tunnels.*
105
106 CSIT test cases used to generate results presented above can be found in CSIT
107 git repository by filtering with specified regex as follows:
108
109 .. code-block:: bash
110
111     $ csit/tests/perf
112     $ grep -E "78B-1t1c-ethip6[a-z0-9]+-[a-z0-9]*-pdrdisc" *
113
114     10ge2p1x520-ethip6lispip4-ip6base-ndrdisc.robot:| tc02-78B-1t1c-ethip6lispip4-ip6base-pdrdisc
115     10ge2p1x520-ethip6lispip6-ip6base-ndrdisc.robot:| tc02-78B-1t1c-ethip6lispip6-ip6base-pdrdisc
116
117 VPP PDR Throughput - running in configuration of **two worker threads (2t) on
118 two physical cores (2c)** - is presented in the figure below.
119
120 .. raw:: html
121
122     <iframe width="700" height="700" frameborder="0" scrolling="no" src="../../_static/vpp/78B-2t2c-ethip6-pdrdisc.html"></iframe>
123
124 *Figure 5. VPP 2thread 2core - PDR Throughput for Phy-to-Phy IPv6 Overlay
125 Tunnels.*
126
127 CSIT test cases used to generate results presented above can be found in CSIT
128 git repository by filtering with specified regex as follows:
129
130 .. code-block:: bash
131
132     $ csit/tests/perf
133     $ grep -E "78B-2t2c-ethip6[a-z0-9]+-[a-z0-9]*-pdrdisc" *
134
135     10ge2p1x520-ethip6lispip4-ip6base-ndrdisc.robot:| tc08-78B-2t2c-ethip6lispip4-ip6base-pdrdisc
136     10ge2p1x520-ethip6lispip6-ip6base-ndrdisc.robot:| tc08-78B-2t2c-ethip6lispip6-ip6base-pdrdisc
137
138 VPP PDR Throughput - running in configuration of **four worker threads (4t) on
139 four physical cores (4c)** - is presented in the figure below.
140
141 .. raw:: html
142
143     <iframe width="700" height="700" frameborder="0" scrolling="no" src="../../_static/vpp/78B-4t4c-ethip6-pdrdisc.html"></iframe>
144
145 *Figure 6. VPP 4thread 4core - PDR Throughput for Phy-to-Phy IPv6 Overlay
146 Tunnels.*
147
148 CSIT test cases used to generate results presented above can be found in CSIT
149 git repository by filtering with specified regex as follows:
150
151 .. code-block:: bash
152
153     $ csit/tests/perf
154     $ grep -E "78B-4t4c-ethip6[a-z0-9]+-[a-z0-9]*-pdrdisc" *
155
156     10ge2p1x520-ethip6lispip4-ip6base-ndrdisc.robot:| tc14-78B-4t4c-ethip6lispip4-ip6base-pdrdisc
157     10ge2p1x520-ethip6lispip6-ip6base-ndrdisc.robot:| tc14-78B-4t4c-ethip6lispip6-ip6base-pdrdisc
158