0c8f3de7671e67172984b5ed54c582d9023609e8
[csit.git] / docs / report / vpp_performance_tests / packet_latency_graphs / ipsec.rst
1 IPSec Crypto HW: IP4 Routed-Forwarding
2 ======================================
3
4 This section includes summary graphs of VPP Phy-to-Phy packet latency
5 with IPSec encryption used in combination with IPv4 routed-forwarding,
6 with latency measured at 50% of discovered NDR throughput rate. VPP
7 IPSec encryption is accelerated using DPDK cryptodev library driving
8 Intel Quick Assist (QAT) crypto PCIe hardware cards. Latency is reported
9 for VPP running in multiple configurations of VPP worker thread(s),
10 a.k.a. VPP data plane thread(s), and their physical CPU core(s)
11 placement.
12
13 VPP packet latency in 1t1c setup (1thread, 1core) is presented in the graph
14 below.
15
16 .. raw:: html
17
18     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-ipsechw-ndrdisc-lat50.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-ipsechw-ndrdisc-lat50}
26             \label{fig:64B-1t1c-ipsechw-ndrdisc-lat50}
27     \end{figure}
28
29 *Figure 1. VPP 1thread 1core - packet latency for Phy-to-Phy IPSec HW with 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/crypto?h=rls1804>`_.
33
34 VPP packet latency in 2t2c setup (2thread, 2core) is presented in the graph below.
35
36 .. raw:: html
37
38     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ipsechw-ndrdisc-lat50.html"></iframe>
39
40 .. raw:: latex
41
42     \begin{figure}[H]
43         \centering
44             \graphicspath{{../_build/_static/vpp/}}
45             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ipsechw-ndrdisc-lat50}
46             \label{fig:64B-2t2c-ipsechw-ndrdisc-lat50}
47     \end{figure}
48
49 *Figure 2. VPP 2threads 2cores - packet latency for Phy-to-Phy IPSec HW with IPv4 Routed-Forwarding.*
50
51 CSIT source code for the test cases used for above plots can be found in
52 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/crypto?h=rls1804>`_.