doc: add calibration result and meltspec check result for Denverton
[csit.git] / docs / report / vpp_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_calib_dnv.rst
13
14 .. include:: ../introduction/test_environment_sut_conf_1.rst
15
16 .. include:: ../introduction/test_environment_sut_conf_2.rst
17
18 .. include:: ../introduction/test_environment_sut_conf_3.rst
19
20
21 DUT Settings - VPP
22 ------------------
23
24 VPP Version
25 ~~~~~~~~~~~
26
27 |vpp-release|
28
29 VPP Compile Parameters
30 ~~~~~~~~~~~~~~~~~~~~~~
31
32 `FD.io VPP compile job`_
33
34 VPP Install Parameters
35 ~~~~~~~~~~~~~~~~~~~~~~
36
37 ::
38
39     $ dpkg -i --force-all vpp*
40
41 VPP Startup Configuration
42 ~~~~~~~~~~~~~~~~~~~~~~~~~
43
44 VPP startup configuration vary per test case, with different settings
45 for `$$CORELIST_WORKERS`, `$$NUM_RX_QUEUES`, `$$UIO_DRIVER`, `$$NUM-
46 MBUFS` and `$$NO_MULTI_SEG` parameter. Default template is provided
47 below:
48
49 ::
50
51     ip
52     {
53       heap-size 4G
54     }
55     statseg
56     {
57       size 4G
58     }
59     unix
60     {
61       cli-listen /run/vpp/cli.sock
62       log /tmp/vpe.log
63       nodaemon
64     }
65     ip6
66     {
67       heap-size 4G
68       hash-buckets 2000000
69     }
70     heapsize 4G
71     plugins
72     {
73       plugin default
74       {
75         disable
76       }
77       plugin dpdk_plugin.so
78       {
79         enable
80       }
81     }
82     cpu
83     {
84       corelist-workers $$CORELIST_WORKERS
85       main-core 1
86     }
87     dpdk
88     {
89       num-mbufs $$NUM-MBUFS
90       uio-driver $$UIO_DRIVER
91       $$NO_MULTI_SEG
92       log-level debug
93       dev default
94       {
95         num-rx-queues $$NUM_RX_QUEUES
96       }
97       socket-mem 1024,1024
98       no-tx-checksum-offload
99       dev $$DEV_1
100       dev $$DEV_2
101     }
102
103 Description of VPP startup settings used in CSIT is provided in
104 :ref:`test_methodology`.
105
106 .. include:: ../introduction/test_environment_tg.rst