Report: remove greps
[csit.git] / docs / report / vpp_performance_tests / packet_throughput_graphs / ipsec.rst
1 IPSec Crypto HW: IP4 Routed-Forwarding
2 ======================================
3
4 Following sections include summary graphs of VPP Phy-to-Phy performance with
5 IPSec encryption used in combination with IPv4 routed-forwarding,
6 including NDR throughput (zero packet loss) and PDR throughput (<0.5%
7 packet loss). VPP IPSec encryption is accelerated using DPDK cryptodev
8 library driving Intel Quick Assist (QAT) crypto PCIe hardware cards.
9 Performance is reported for VPP running in multiple configurations of
10 VPP worker thread(s), a.k.a. VPP data plane thread(s), and their
11 physical CPU core(s) placement.
12
13 NDR Throughput
14 ~~~~~~~~~~~~~~
15
16 VPP NDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
17 in the graph below.
18
19 .. raw:: html
20
21     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-ipsechw-ndrdisc.html"></iframe>
22
23 .. raw:: latex
24
25     \begin{figure}[H]
26         \centering
27             \graphicspath{{../_build/_static/vpp/}}
28             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-1t1c-ipsechw-ndrdisc}
29             \label{fig:64B-1t1c-ipsechw-ndrdisc}
30     \end{figure}
31
32 *Figure 1. VPP 1thread 1core - NDR Throughput for Phy-to-Phy IPSEC HW.*
33
34 CSIT source code for the test cases used for above plots can be found in
35 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/crypto?h=rls1804>`_.
36
37 VPP NDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
38 in the graph below.
39
40 .. raw:: html
41
42     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ipsechw-ndrdisc.html"></iframe>
43
44 .. raw:: latex
45
46     \begin{figure}[H]
47         \centering
48             \graphicspath{{../_build/_static/vpp/}}
49             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ipsechw-ndrdisc}
50             \label{fig:64B-2t2c-ipsechw-ndrdisc}
51     \end{figure}
52
53 *Figure 2. VPP 2threads 2cores - NDR Throughput for Phy-to-Phy IPSEC HW.*
54
55 CSIT source code for the test cases used for above plots can be found in
56 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/crypto?h=rls1804>`_.
57
58 PDR Throughput
59 ~~~~~~~~~~~~~~
60
61 VPP PDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
62 in the graph below. PDR measured for 0.5% packet loss ratio.
63
64 .. raw:: html
65
66     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-ipsechw-pdrdisc.html"></iframe>
67
68 .. raw:: latex
69
70     \begin{figure}[H]
71         \centering
72             \graphicspath{{../_build/_static/vpp/}}
73             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-1t1c-ipsechw-pdrdisc}
74             \label{fig:64B-1t1c-ipsechw-pdrdisc}
75     \end{figure}
76
77 *Figure 3. VPP 1thread 1core - PDR Throughput for Phy-to-Phy IPSEC HW.*
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/crypto?h=rls1804>`_.
81
82 VPP PDR 64B 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/64B-2t2c-ipsechw-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]{64B-2t2c-ipsechw-pdrdisc}
95             \label{fig:64B-2t2c-ipsechw-pdrdisc}
96     \end{figure}
97
98 *Figure 4. VPP 2thread 2core - PDR Throughput for Phy-to-Phy IPSEC HW.*
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/crypto?h=rls1804>`_.