Report: remove greps
[csit.git] / docs / report / vpp_performance_tests / packet_throughput_graphs / ip4.rst
1 IPv4 Routed-Forwarding
2 ======================
3
4 Following sections include summary graphs of VPP Phy-to-Phy performance
5 with IPv4 Routed-Forwarding, 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-ip4-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-ip4-ndrdisc}
26             \label{fig:64B-1t1c-ethip4-ip4-ndrdisc}
27     \end{figure}
28
29 *Figure 1. VPP 1thread 1core - NDR Throughput for Phy-to-Phy IPv4 Routed-Forwarding.*
30
31 CSIT source code for the test cases used for above plots can be found in
32 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip4?h=rls1804>`_.
33
34 VPP NDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
35 in the graph below.
36
37 .. raw:: html
38
39     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ethip4-ip4-ndrdisc.html"></iframe>
40
41 .. raw:: latex
42
43     \begin{figure}[H]
44         \centering
45             \graphicspath{{../_build/_static/vpp/}}
46             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ethip4-ip4-ndrdisc}
47             \label{fig:64B-2t2c-ethip4-ip4-ndrdisc}
48     \end{figure}
49
50 *Figure 2. VPP 2threads 2cores - NDR Throughput for Phy-to-Phy IPv4
51 Routed-Forwarding.*
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?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-ip4-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-ip4-pdrdisc}
72             \label{fig:64B-1t1c-ethip4-ip4-pdrdisc}
73     \end{figure}
74
75 *Figure 3. VPP 1thread 1core - PDR Throughput for Phy-to-Phy IPv4
76 Routed-Forwarding.*
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?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-ip4-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-ip4-pdrdisc}
94             \label{fig:64B-2t2c-ethip4-ip4-pdrdisc}
95     \end{figure}
96
97 *Figure 4. VPP 2thread 2core - PDR Throughput for Phy-to-Phy IPv4
98 Routed-Forwarding.*
99
100 CSIT source code for the test cases used for above plots can be found in
101 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/ip4?h=rls1804>`_.