fix(docs): Static content
[csit.git] / docs / report / dpdk_performance_tests / test_environment.rst
1
2 .. raw:: latex
3
4     \clearpage
5
6 .. _dpdk_test_environment:
7
8 .. include:: ../introduction/environment/intro.rst
9
10 .. include:: ../introduction/environment/sut_conf_1.rst
11
12
13 DUT Settings - DPDK
14 -------------------
15
16 DPDK Version
17 ~~~~~~~~~~~~
18
19 |dpdk-release|
20
21 DPDK Compile Parameters
22 ~~~~~~~~~~~~~~~~~~~~~~~
23
24 .. code-block:: bash
25
26     make install T=<arch>-<machine>-linuxapp-gcc -j
27
28 Testpmd Startup Configuration
29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
31 Testpmd startup configuration changes per test case with different settings for
32 `$$INT`, `$$CORES`, `$$RXQ`, `$$RXD` and max-pkt-len parameter if test is
33 sending jumbo frames. Startup command template:
34
35 .. code-block:: bash
36
37     testpmd -v -l $$CORE_LIST -w $$INT1 -w $$INT2 --master-lcore 0 --in-memory -- --forward-mode=io --burst=64 --txd=$$TXD --rxd=$$RXD --txq=$$TXQ --rxq=$$RXQ --tx-offloads=0x0 --numa --auto-start --total-num-mbufs=16384 --nb-ports=2 --portmask=0x3 --disable-link-check --max-pkt-len=$$PKT_LEN [--mbuf-size=16384] --nb-cores=$$CORES
38
39 L3FWD Startup Configuration
40 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
42 L3FWD startup configuration changes per test case with different settings for
43 `$$INT`, `$$CORES` and enable-jumbo parameter if test is sending jumbo frames.
44 Startup command template:
45
46 .. code-block:: bash
47
48     l3fwd -v -l $$CORE_LIST -w $$INT1 -w $$INT2 --master-lcore 0 --in-memory -- --parse-ptype --eth-dest="0,${adj_mac0}" --eth-dest="1,${adj_mac1}" --config="${port_config}" [--enable-jumbo] -P -L -p 0x3
49
50 .. include:: ../introduction/environment/tg.rst
51
52 .. include:: ../introduction/environment/pre_test_server_calib.rst
53
54 .. include:: ../introduction/environment/sut_calib_icx.rst
55 .. include:: ../introduction/environment/sut_meltspec_icx.rst
56
57 .. include:: ../introduction/environment/sut_calib_clx.rst
58 .. include:: ../introduction/environment/sut_meltspec_clx.rst
59
60 .. include:: ../introduction/environment/sut_calib_zn2.rst
61 .. include:: ../introduction/environment/sut_meltspec_zn2.rst
62
63 .. include:: ../introduction/environment/sut_calib_dnv.rst
64 .. include:: ../introduction/environment/sut_meltspec_dnv.rst
65
66 .. include:: ../introduction/environment/sut_calib_snr.rst
67 .. include:: ../introduction/environment/sut_meltspec_snr.rst
68
69 .. include:: ../introduction/environment/sut_calib_alt.rst
70 .. include:: ../introduction/environment/sut_meltspec_alt.rst
71
72 .. include:: ../introduction/environment/sut_calib_tsh.rst
73 .. include:: ../introduction/environment/sut_meltspec_tsh.rst
74
75 .. include:: ../introduction/environment/sut_calib_tx2.rst
76 .. include:: ../introduction/environment/sut_meltspec_tx2.rst