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