CSIT-702 Update static content after optimizations
[csit.git] / docs / report / dpdk_performance_tests / packet_latency_graphs / ipv4.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 *Figure 1. L3FWD 1thread 1core - packet latency for Phy-to-Phy IPv4 Routed-Forwarding.*
17
18 CSIT test cases used to generate results presented above can be found in CSIT
19 git repository by filtering with specified regex as follows:
20
21 .. code-block:: bash
22
23     $ $CSIT/tests/dpdk/perf
24     $ grep -E "64B-1t1c-ethip4-ip4base-l3fwd-ndrdisc" *
25
26     10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdrdisc.robot:| tc01-64B-1t1c-ethip4-ip4base-l3fwd-ndrdisc
27
28 Testpmd packet latency - running in configuration of **two worker threads (2t)
29 on two physical cores (2c)** - is presented in the figure below.
30
31 .. raw:: html
32
33     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/64B-2t2c-ipv4-ndrdisc-lat50.html"></iframe>
34
35 *Figure 2. L3FWD 2thread 2core - packet latency for Phy-to-Phy IPv4 Routed-Forwarding.*
36
37 CSIT test cases used to generate results presented above can be found in CSIT
38 git repository by filtering with specified regex as follows:
39
40 .. code-block:: bash
41
42     $ $CSIT/tests/dpdk/perf
43     $ grep -E "64B-2t2c-ethip4-ip4base-l3fwd-ndrdisc" *
44
45     10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdrdisc.robot:| tc07-64B-2t2c-ethip4-ip4base-l3fwd-ndrdisc
46