Report: Add SRv6, fix greps
[csit.git] / docs / report / vpp_performance_tests / throughput_speedup_multi_core / ipsec.rst
1 IPSec Crypto HW: IP4 Routed-Forwarding
2 ======================================
3
4 Following sections include Throughput Speedup Analysis for VPP multi-
5 core multi-thread configurations with no Hyper-Threading, specifically
6 for tested 2t2c (2threads, 2cores) and 4t4c scenarios. 1t1c throughput
7 results are used as a reference for reported speedup ratio.
8 VPP IPSec encryption is accelerated using DPDK cryptodev
9 library driving Intel Quick Assist (QAT) crypto PCIe hardware cards.
10 Performance is reported for VPP running in multiple configurations of
11 VPP worker thread(s), a.k.a. VPP data plane thread(s), and their
12 physical CPU core(s) placement.
13
14 NDR Throughput
15 --------------
16
17 VPP NDR 64B packet throughput speedup ratio is presented in the graphs
18 below for 40ge2p1xl710 network interface card.
19
20 NIC 40ge2p1xl710
21 ~~~~~~~~~~~~~~~~
22
23 .. raw:: html
24
25     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/40ge2p1xl710-64B-ipsechw-tsa-ndrdisc.html"></iframe>
26
27 .. raw:: latex
28
29     \begin{figure}[H]
30         \centering
31             \graphicspath{{../_build/_static/vpp/}}
32             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{40ge2p1xl710-64B-ipsechw-tsa-ndrdisc}
33             \label{fig:40ge2p1xl710-64B-ipsechw-tsa-ndrdisc}
34     \end{figure}
35
36 *Figure 1. Throughput Speedup Analysis - Multi-Core Speedup Ratio - Normalized
37 NDR Throughput for Phy-to-Phy IPSEC HW.*
38
39 CSIT source code for the test cases used for above plots can be found in CSIT
40 git repository:
41
42 .. only:: html
43
44    .. program-output:: cd ../../../../../ && set +x && cd tests/vpp/perf/crypto && grep -E "64B-(1t1c|2t2c|4t4c)-ethip4ipsec(base|tpt).*-ndrdisc" *
45       :shell:
46
47 .. only:: latex
48
49    .. code-block:: bash
50
51       $ cd tests/vpp/perf/crypto
52       $ grep -E "64B-(1t1c|2t2c|4t4c)-ethip4ipsec(base|tpt).*-ndrdisc" *
53
54 PDR Throughput
55 --------------
56
57 VPP PDR 64B packet throughput speedup ratio is presented in the graphs
58 below for 40ge2p1xl710 network interface card.
59
60 NIC 40ge2p1xl710
61 ~~~~~~~~~~~~~~~~
62
63 VPP PDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
64 in the graph below. PDR measured for 0.5% packet loss ratio.
65
66 .. raw:: html
67
68     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/40ge2p1xl710-64B-ipsechw-tsa-pdrdisc.html"></iframe>
69
70 .. raw:: latex
71
72     \begin{figure}[H]
73         \centering
74             \graphicspath{{../_build/_static/vpp/}}
75             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{40ge2p1xl710-64B-ipsechw-tsa-pdrdisc}
76             \label{fig:40ge2p1xl710-64B-ipsechw-tsa-pdrdisc}
77     \end{figure}
78
79 *Figure 2. Throughput Speedup Analysis - Multi-Core Speedup Ratio - Normalized
80 PDR Throughput for Phy-to-Phy IPSEC HW.*
81
82 CSIT source code for the test cases used for above plots can be found in CSIT
83 git repository:
84
85 .. only:: html
86
87    .. program-output:: cd ../../../../../ && set +x && cd tests/vpp/perf/crypto && grep -E "64B-(1t1c|2t2c|4t4c)-ethip4ipsec(base|tpt).*-ndrdisc" *
88       :shell:
89
90 .. only:: latex
91
92    .. code-block:: bash
93
94       $ cd tests/vpp/perf/crypto
95       $ grep -E "64B-(1t1c|2t2c|4t4c)-ethip4ipsec(base|tpt).*-ndrdisc" *