Report: add 3n-alt 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/test_environment_intro.rst
9
10 .. include:: ../introduction/test_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/test_environment_tg.rst
51
52 .. include:: ../introduction/test_environment_pre_test_server_calib.rst
53
54 .. include:: ../introduction/test_environment_sut_calib_skx.rst
55
56 .. include:: ../introduction/test_environment_sut_calib_clx.rst
57
58 .. include:: ../introduction/test_environment_sut_calib_hsw.rst
59
60 .. include:: ../introduction/test_environment_sut_calib_dnv.rst
61
62 .. include:: ../introduction/test_environment_sut_calib_alt.rst
63
64 .. include:: ../introduction/test_environment_sut_calib_tsh.rst
65
66 .. include:: ../introduction/test_environment_sut_calib_tx2.rst