CSIT-618 Release report update VII
[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 *Figure 1. VPP 1thread 1core - NDR Throughput for Phy-to-Phy IPSEC HW.*
24
25 CSIT source code for the test cases used for above plots can be found in CSIT
26 git repository:
27
28 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/crypto && grep -E "64B-1t1c-.*ipsec.*-ndrdisc" *
29    :shell:
30
31 VPP NDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
32 in the graph below.
33
34 .. raw:: html
35
36     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ipsechw-ndrdisc.html"></iframe>
37
38 *Figure 2. VPP 2threads 2cores - NDR Throughput for Phy-to-Phy IPSEC HW.*
39
40 CSIT source code for the test cases used for above plots can be found in CSIT
41 git repository:
42
43 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/crypto && grep -E "64B-2t2c-.*ipsec.*-ndrdisc" *
44    :shell:
45
46 PDR Throughput
47 ~~~~~~~~~~~~~~
48
49 VPP PDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
50 in the graph below. PDR measured for 0.5% packet loss ratio.
51
52 .. raw:: html
53
54     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-1t1c-ipsechw-pdrdisc.html"></iframe>
55
56 *Figure 3. VPP 1thread 1core - PDR Throughput for Phy-to-Phy IPSEC HW.*
57
58 CSIT source code for the test cases used for above plots can be found in CSIT
59 git repository:
60
61 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/crypto && grep -E "64B-1t1c-.*ipsec.*-pdrdisc" *
62    :shell:
63
64 VPP PDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
65 in the graph below. PDR measured for 0.5% packet loss ratio.
66
67 .. raw:: html
68
69     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-ipsechw-pdrdisc.html"></iframe>
70
71 *Figure 4. VPP 2thread 2core - PDR Throughput for Phy-to-Phy IPSEC HW.*
72
73 CSIT source code for the test cases used for above plots can be found in CSIT
74 git repository:
75
76 .. program-output:: cd ../../ && set -x && cd tests/vpp/perf/crypto && grep -E "64B-2t2c-.*ipsec.*-pdrdisc" *
77    :shell: