FIX: CSIT rls1707 Report - Update III
[csit.git] / docs / report / dpdk_performance_tests / packet_latency_graphs / l2.rst
1 L2 Ethernet Interface Loop
2 ==========================
3
4 This section includes summary graphs of Testpmd Phy-to-Phy packet
5 latency with L2 Ethernet Interface Loop measured at 50% of discovered
6 NDR throughput rate. Latency is reported for Testpmd running in multiple
7 configurations of Testpmd pmd thread(s), a.k.a. Testpmd data plane
8 thread(s), and their physical CPU core(s) placement.
9
10 Testpmd packet latency - running in configuration of **one worker thread (1t) on one
11 physical core (1c)** - is presented in the figure below.
12
13 .. raw:: html
14
15     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/64B-1t1c-l2-ndrdisc-lat50.html"></iframe>
16
17 *Figure 1. Testpmd 1thread 1core - packet latency for Phy-to-Phy L2 Ethernet Looping.*
18
19 CSIT test cases used to generate results presented above can be found in CSIT
20 git repository by filtering with specified regex as follows:
21
22 .. program-output:: cd ../../ && set -x && cd tests/dpdk/perf && grep -P '64B-1t1c-eth-l2xcbase-testpmd-ndrdisc' *
23    :shell:
24
25 Testpmd packet latency - running in configuration of **two worker threads (2t)
26 on two physical cores (2c)** - is presented in the figure below.
27
28 .. raw:: html
29
30     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/64B-2t2c-l2-ndrdisc-lat50.html"></iframe>
31
32 *Figure 2. Testpmd 2thread 2core - packet latency for Phy-to-Phy L2 Ethernet Looping.*
33
34 CSIT test cases used to generate results presented above can be found in CSIT
35 git repository by filtering with specified regex as follows:
36
37 .. program-output:: cd ../../ && set -x && cd tests/dpdk/perf && grep -P '64B-2t2c-eth-l2xcbase-testpmd-ndrdisc' *
38    :shell: