xref: /dpdk/doc/guides/testpmd_app_ug/intro.rst (revision bd89cca3ca34d255e48fa4246998c89bb38301d4)
1ac718398SBernard Iremonger..  BSD LICENSE
2ac718398SBernard Iremonger    Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
3ac718398SBernard Iremonger    All rights reserved.
4ac718398SBernard Iremonger
5ac718398SBernard Iremonger    Redistribution and use in source and binary forms, with or without
6ac718398SBernard Iremonger    modification, are permitted provided that the following conditions
7ac718398SBernard Iremonger    are met:
8ac718398SBernard Iremonger
9ac718398SBernard Iremonger    * Redistributions of source code must retain the above copyright
10ac718398SBernard Iremonger    notice, this list of conditions and the following disclaimer.
11ac718398SBernard Iremonger    * Redistributions in binary form must reproduce the above copyright
12ac718398SBernard Iremonger    notice, this list of conditions and the following disclaimer in
13ac718398SBernard Iremonger    the documentation and/or other materials provided with the
14ac718398SBernard Iremonger    distribution.
15ac718398SBernard Iremonger    * Neither the name of Intel Corporation nor the names of its
16ac718398SBernard Iremonger    contributors may be used to endorse or promote products derived
17ac718398SBernard Iremonger    from this software without specific prior written permission.
18ac718398SBernard Iremonger
19ac718398SBernard Iremonger    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20ac718398SBernard Iremonger    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21ac718398SBernard Iremonger    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22ac718398SBernard Iremonger    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23ac718398SBernard Iremonger    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24ac718398SBernard Iremonger    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25ac718398SBernard Iremonger    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26ac718398SBernard Iremonger    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27ac718398SBernard Iremonger    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28ac718398SBernard Iremonger    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29ac718398SBernard Iremonger    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30ac718398SBernard Iremonger
31ac718398SBernard IremongerIntroduction
32ac718398SBernard Iremonger============
33ac718398SBernard Iremonger
34*bd89cca3SSiobhan ButlerThis document is a user guide for the testpmd example application that is shipped as part of the Data Plane Development Kit.
35ac718398SBernard Iremonger
36*bd89cca3SSiobhan ButlerThe testpmd application can be used to test the DPDK in a packet forwarding mode
37ac718398SBernard Iremongerand also to access NIC hardware features such as Flow Director.
38*bd89cca3SSiobhan ButlerIt also serves as a example of how to build a more fully-featured application using the DPDK SDK.
39ac718398SBernard Iremonger
40ac718398SBernard IremongerDocumentationRoadmap
41ac718398SBernard Iremonger--------------------
42ac718398SBernard Iremonger
43*bd89cca3SSiobhan ButlerThe following is a list of DPDK documents in the suggested reading order:
44ac718398SBernard Iremonger
45ac718398SBernard Iremonger*   **Release Notes** : Provides release-specific information, including supported features,
46ac718398SBernard Iremonger    limitations, fixed issues, known issues and so on.
47ac718398SBernard Iremonger    Also, provides the answers to frequently asked questions in FAQ format.
48ac718398SBernard Iremonger
49*bd89cca3SSiobhan Butler*   **Getting Started Guide** (this document): Describes how to install and configure the DPDK;
50ac718398SBernard Iremonger    designed to get users up and running quickly with the software.
51ac718398SBernard Iremonger
52ac718398SBernard Iremonger*   **Programmer's Guide** : Describes:
53ac718398SBernard Iremonger
54ac718398SBernard Iremonger    *   The software architecture and how to use it (through examples), specifically in a Linux* application (linuxapp) environment
55ac718398SBernard Iremonger
56*bd89cca3SSiobhan Butler    *   The content of the DPDK, the build system
57*bd89cca3SSiobhan Butler        (including the commands that can be used in the root DPDK Makefile to build the development kit and an application)
58ac718398SBernard Iremonger        and guidelines for porting an application
59ac718398SBernard Iremonger
60ac718398SBernard Iremonger    *   Optimizations used in the software and those that should be considered for new development
61ac718398SBernard Iremonger
62ac718398SBernard Iremonger    A glossary of terms is also provided.
63ac718398SBernard Iremonger
64*bd89cca3SSiobhan Butler*   **API Reference** : Provides detailed information about DPDK functions, data structures and other programming constructs.
65ac718398SBernard Iremonger
66ac718398SBernard Iremonger*   **Sample Applications User Guide** : Describes a set of sample applications.
67ac718398SBernard Iremonger    Each chapter describes a sample application that showcases specific functionality and
68ac718398SBernard Iremonger    provides instructions on how to compile, run and use the sample application.
69ac718398SBernard Iremonger
70ac718398SBernard Iremonger.. note::
71ac718398SBernard Iremonger
72*bd89cca3SSiobhan Butler    These documents are available for download as a separate documentation package at the same location as the DPDK code package.
73