DOC: rls1908 static content
[csit.git] / docs / report / dpdk_performance_tests / test_environment.rst
1
2 .. raw:: latex
3
4     \clearpage
5
6 .. include:: ../introduction/test_environment_intro.rst
7
8 .. include:: ../introduction/test_environment_sut_calib_hsw.rst
9
10 .. include:: ../introduction/test_environment_sut_calib_skx.rst
11
12 .. include:: ../introduction/test_environment_sut_conf_1.rst
13
14
15 DUT Settings - DPDK
16 -------------------
17
18 DPDK Version
19 ~~~~~~~~~~~~
20
21 |dpdk-release|
22
23 DPDK Compile Parameters
24 ~~~~~~~~~~~~~~~~~~~~~~~
25
26 .. code-block:: bash
27
28     make install T=<arch>-native-linuxapp-gcc -j
29
30 Testpmd Startup Configuration
31 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32
33 Testpmd startup configuration changes per test case with different
34 settings for `$$CORES`, `$$RXQ` and max-pkt-len parameter if test is
35 sending jumbo frames. Startup command template:
36
37 .. code-block:: bash
38
39     testpmd -c $$CORE_MASK -n 4 -- --numa --nb-ports=2 --portmask=0x3 --nb-cores=$$CORES [--max-pkt-len=9000] --txqflags=0 --forward-mode=io --rxq=$$RXQ --txq=$$TXQ --burst=64 --rxd=1024 --txd=1024 --disable-link-check --auto-start
40
41 L3FWD Startup Configuration
42 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
43
44 L3FWD startup configuration changes per test case with different
45 settings for `$$CORES` and enable-jumbo parameter if test is sending
46 jumbo frames. Startup command template:
47
48 .. code-block:: bash
49
50     l3fwd -l $$CORE_LIST -n 4 -- -P -L -p 0x3 --config='${port_config}' [--enable-jumbo --max-pkt-len=9000] --eth-dest=0,${adj_mac0} --eth-dest=1,${adj_mac1} --parse-ptype
51
52
53 .. include:: ../introduction/test_environment_tg.rst