CSIT-704: Add ACL IP4BASE perf tests
[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 *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 .. program-output:: cd ../../ && set -x && cd tests/dpdk/perf && grep -E '64B-1t1c-ethip4-ip4base-l3fwd-ndrdisc' *
22    :shell:
23
24 Testpmd packet latency - running in configuration of **two worker threads (2t)
25 on two physical cores (2c)** - is presented in the figure below.
26
27 .. raw:: html
28
29     <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/dpdk/64B-2t2c-ipv4-ndrdisc-lat50.html"></iframe>
30
31 *Figure 2. L3FWD 2thread 2core - packet latency for Phy-to-Phy IPv4 Routed-Forwarding.*
32
33 CSIT test cases used to generate results presented above can be found in CSIT
34 git repository by filtering with specified regex as follows:
35
36 .. program-output:: cd ../../ && set -x && cd tests/dpdk/perf && grep -E '64B-2t2c-ethip4-ip4base-l3fwd-ndrdisc' *
37    :shell: