c978d56b80cd0e65d99a03d1134091900376e8a0
[csit.git] / docs / report / dpdk_performance_tests / packet_latency_graphs / ip4.rst
1 IPv4 Routed-Forwarding
2 ======================
3
4 This section includes summary graphs of L3FWD Phy-to-Phy performance with packet
5 routed forwarding measured at 50% of discovered NDR throughput rate. Latency is
6 reported for L3FWD running in multiple configurations of L3FWD pmd thread(s),
7 a.k.a. L3FWD data plane thread(s), and their physical CPU core(s) placement.
8
9 L3FWD packet latency - running in configuration of **one worker thread (1t) on one
10 physical core (1c)** - is presented in the figure below.
11
12 .. raw:: html
13
14     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/64B-1t1c-ipv4-ndrdisc-lat50.html"></iframe>
15
16 .. raw:: latex
17
18     \begin{figure}[H]
19         \centering
20             \graphicspath{{../_build/_static/dpdk/}}
21             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-1t1c-ipv4-ndrdisc-lat50}
22             \label{fig:64B-1t1c-ipv4-ndrdisc-lat50-dpdk}
23     \end{figure}
24
25 *Figure 1. L3FWD 1thread 1core - packet latency for Phy-to-Phy IPv4 Routed-Forwarding.*
26
27 CSIT test cases used to generate results presented above can be found in CSIT
28 git repository by filtering with specified regex as follows:
29
30 .. only:: html
31
32    .. program-output:: cd ../../../../../ && set -x && cd tests/dpdk/perf && grep -E '64B-1t1c-ethip4-ip4base-l3fwd-ndrdisc' *
33       :shell:
34
35 .. only:: latex
36
37    .. code-block:: bash
38
39       $ cd tests/dpdk/perf
40       $ grep -E '64B-1t1c-ethip4-ip4base-l3fwd-ndrdisc' *
41
42 Testpmd packet latency - running in configuration of **two worker threads (2t)
43 on two physical cores (2c)** - is presented in the figure below.
44
45 .. raw:: html
46
47     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/64B-2t2c-ipv4-ndrdisc-lat50.html"></iframe>
48
49 .. raw:: latex
50
51     \begin{figure}[H]
52         \centering
53             \graphicspath{{../_build/_static/dpdk/}}
54             \includegraphics[clip, trim=0cm 8cm 5cm 0cm, width=0.70\textwidth]{64B-2t2c-ipv4-ndrdisc-lat50}
55             \label{fig:64B-2t2c-ipv4-ndrdisc-lat50-dpdk}
56     \end{figure}
57
58 *Figure 2. L3FWD 2thread 2core - packet latency for Phy-to-Phy IPv4 Routed-Forwarding.*
59
60 CSIT test cases used to generate results presented above can be found in CSIT
61 git repository by filtering with specified regex as follows:
62
63 .. only:: html
64
65    .. program-output:: cd ../../../../../ && set -x && cd tests/dpdk/perf && grep -E '64B-2t2c-ethip4-ip4base-l3fwd-ndrdisc' *
66       :shell:
67
68 .. only:: latex
69
70    .. code-block:: bash
71
72       $ cd tests/dpdk/perf
73       $ grep -E '64B-2t2c-ethip4-ip4base-l3fwd-ndrdisc' *