CSIT-651 Add keywords and template for memif
[csit.git] / docs / report / testpmd_performance_tests / packet_throughput_graphs / l2.rst
1 L2 Ethernet Interface Loop
2 ==========================
3
4 Following sections include summary graphs of DPDK Testpmd Phy-to-Phy performance
5 with L2 Ethernet Interface Loop, including NDR throughput (zero packet loss)
6 and PDR throughput (<0.5% packet loss). Performance is reported for Testpmd
7 running in multiple configurations of Testpmd pmd thread(s), a.k.a. Testpmd
8 data plane thread(s), and their physical CPU core(s) placement.
9
10 NDR Throughput
11 ~~~~~~~~~~~~~~
12
13 Testpmd NDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
14 in the graph below.
15
16 .. raw:: html
17
18     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/testpmd/64B-1t1c-l2-ndrdisc.html"></iframe>
19
20 *Figure 1. Testpmd 1thread 1core - NDR Throughput for Phy-to-Phy L2 Ethernet
21 Looping.*
22
23 CSIT source code for the test cases used for above plots can be found in CSIT
24 git repository:
25
26 .. code-block:: bash
27
28     $ $CSIT/dpdk-tests/perf
29     $ grep -E "64B-1t1c-eth-l2xcbase-testpmd-ndrdisc" *
30
31     10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc01-64B-1t1c-eth-l2xcbase-testpmd-ndrdisc
32     10ge2p1x710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc01-64B-1t1c-eth-l2xcbase-testpmd-ndrdisc
33     40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc01-64B-1t1c-eth-l2xcbase-testpmd-ndrdisc
34
35 Testpmd NDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
36 in the graph below.
37
38 .. raw:: html
39
40     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/testpmd/64B-2t2c-l2-ndrdisc.html"></iframe>
41
42 *Figure 2. Testpmd 2threads 2cores - NDR Throughput for Phy-to-Phy L2 Ethernet
43 Looping.*
44
45 CSIT source code for the test cases used for above plots can be found in CSIT
46 git repository:
47
48 .. code-block:: bash
49
50     $ $CSIT/dpdk-tests/perf
51     $ grep -E "64B-2t2c-eth-l2xcbase-testpmd-ndrdisc" *
52
53     10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc07-64B-2t2c-eth-l2xcbase-testpmd-ndrdisc
54     10ge2p1x710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc07-64B-2t2c-eth-l2xcbase-testpmd-ndrdisc
55     40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc07-64B-2t2c-eth-l2xcbase-testpmd-ndrdisc
56
57 PDR Throughput
58 ~~~~~~~~~~~~~~
59
60 Testpmd PDR 64B packet throughput in 1t1c setup (1thread, 1core) is presented
61 in the graph below. PDR measured for 0.5% packet loss ratio.
62
63 .. raw:: html
64
65     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/testpmd/64B-1t1c-l2-pdrdisc.html"></iframe>
66
67 *Figure 3. Testpmd 1thread 1core - PDR Throughput for Phy-to-Phy L2 Ethernet
68 Looping.*
69
70 CSIT source code for the test cases used for above plots can be found in CSIT
71 git repository:
72
73 .. code-block:: bash
74
75     $ csit/tests/perf
76     $ grep -E "64B-1t1c-eth-l2xcbase-testpmd-pdrdisc" *
77
78     10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc02-64B-1t1c-eth-l2xcbase-testpmd-pdrdisc
79     10ge2p1x710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc02-64B-1t1c-eth-l2xcbase-testpmd-pdrdisc
80     40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc02-64B-1t1c-eth-l2xcbase-testpmd-pdrdisc
81
82 Testpmd PDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented
83 in the graph below. PDR measured for 0.5% packet loss ratio.
84
85 .. raw:: html
86
87     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/testpmd/64B-2t2c-l2-pdrdisc.html"></iframe>
88
89 *Figure 4. Testpmd 2thread 2core - PDR Throughput for Phy-to-Phy L2 Ethernet
90 Looping.*
91
92 CSIT source code for the test cases used for above plots can be found in CSIT
93 git repository:
94
95 .. code-block:: bash
96
97     $ csit/tests/perf
98     $ grep -E "64B-2t2c-eth-l2xcbase-testpmd-pdrdisc" *
99
100         10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc08-64B-2t2c-eth-l2xcbase-testpmd-pdrdisc
101         10ge2p1x710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc08-64B-2t2c-eth-l2xcbase-testpmd-pdrdisc
102         40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdrdisc.robot:| tc08-64B-2t2c-eth-l2xcbase-testpmd-pdrdisc
103