aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide/opnfv_yardstick_tc042.rst
blob: 8660d9297c2ab97a6bf6367fdc8df39923beb1fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: 
.. This work is licensed under a Creative Commons Attribution 4.0 International
.. License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, ZTE and others.

***************************************
Yardstick Test Case Description TC0042
***************************************

.. _DPDK: http://dpdk.org/doc/guides/index.html
.. _Testpmd: http://dpdk.org/doc/guides/testpmd_app_ug/index.html
.. _Pktgen-dpdk: http://pktgen.readthedocs.io/en/latest/index.html

+-----------------------------------------------------------------------------+
|Network Performance                                                          |
|                                                                             |
+--------------+--------------------------------------------------------------+
|test case id  | OPNFV_YARDSTICK_TC042_DPDK pktgen latency measurements       |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|metric        | L2 Network Latency                                           |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|test purpose  | Measure L2 network latency when DPDK is enabled between hosts|
|              | on different compute blades.                                 |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|configuration | file: opnfv_yardstick_tc042.yaml                             |
|              |                                                              |
|              | * Packet size: 64 bytes                                      |
|              | * SLA(max_latency): 100usec                                  |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|test tool     | DPDK_                                                        |
|              | Pktgen-dpdk_                                                 |
|              |                                                              |
|              | (DPDK and Pktgen-dpdk are not part of a Linux distribution,  |
|              | hence they needs to be installed.                            |
|              | As an example see the /yardstick/tools/ directory for how to |
|              | generate a Linux image with DPDK and pktgen-dpdk included.)  |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|references    | DPDK_                                                        |
|              |                                                              |
|              | Pktgen-dpdk_                                                 |
|              |                                                              |
|              | ETSI-NFV-TST001                                              |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|applicability | Test can be configured with different packet sizes. Default  |
|              | values exist.                                                |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|pre-test      | The test case image needs to be installed into Glance        |
|conditions    | with DPDK and pktgen-dpdk included in it.                    |
|              |                                                              |
|              | The NICs of compute nodes must support DPDK on POD.          |
|              |                                                              |
|              | And at least compute nodes setup hugepage.                   |
|              |                                                              |
|              | If you want to achievement a hight performance result, it is |
|              | recommend to use NUAM, CPU pin, OVS and so on.               |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|test sequence | description and expected result                              |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|step 1        | The hosts are installed on different blades, as server and   |
|              | client. Both server and client have three interfaces. The    |
|              | first one is management such as ssh. The other two are used  |
|              | by DPDK.                                                     |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|step 2        | Testpmd_ is invoked with configurations to forward packets   |
|              | from one DPDK port to the other on server.                   |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|step 3        | Pktgen-dpdk is invoked with configurations as a traffic      |
|              | generator and logs are produced and stored on client.        |
|              |                                                              |
|              | Result: Logs are stored.                                     |
|              |                                                              |
+--------------+--------------------------------------------------------------+
|test verdict  | Fails only if SLA is not passed, or if there is a test case  |
|              | execution problem.                                           |
|              |                                                              |
+--------------+--------------------------------------------------------------+