xref: /dpdk/doc/guides/linux_gsg/intro.rst (revision 218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf)
15630257fSFerruh Yigit..  SPDX-License-Identifier: BSD-3-Clause
25630257fSFerruh Yigit    Copyright(c) 2010-2014 Intel Corporation.
31ab07743SBernard Iremonger
41ab07743SBernard IremongerIntroduction
51ab07743SBernard Iremonger============
61ab07743SBernard Iremonger
74b152471SThomas MonjalonThis document contains instructions for installing and configuring the Data Plane Development Kit (DPDK) software.
81ab07743SBernard IremongerIt is designed to get customers up and running quickly.
9*218c4e68SBruce RichardsonThe document describes how to compile and run a DPDK application in a Linux application (linux) environment,
101ab07743SBernard Iremongerwithout going deeply into detail.
111ab07743SBernard Iremonger
121ab07743SBernard IremongerDocumentation Roadmap
131ab07743SBernard Iremonger---------------------
141ab07743SBernard Iremonger
152e486e26SSiobhan ButlerThe following is a list of DPDK documents in the suggested reading order:
161ab07743SBernard Iremonger
171ab07743SBernard Iremonger*   Release Notes: Provides release-specific information, including supported features, limitations, fixed issues, known issues and so on.
181ab07743SBernard Iremonger    Also, provides the answers to frequently asked questions in FAQ format.
191ab07743SBernard Iremonger
202e486e26SSiobhan Butler*   Getting Started Guide (this document): Describes how to install and configure the DPDK; designed to get users up and running quickly with the software.
211ab07743SBernard Iremonger
221ab07743SBernard Iremonger*   Programmer's Guide: Describes:
231ab07743SBernard Iremonger
24*218c4e68SBruce Richardson    *   The software architecture and how to use it (through examples), specifically in a Linux application (linux) environment
251ab07743SBernard Iremonger
262e486e26SSiobhan Butler    *   The content of the DPDK, the build system (including the commands that can be used in the root DPDK Makefile to build the development kit and
271ab07743SBernard Iremonger        an application) and guidelines for porting an application
281ab07743SBernard Iremonger
291ab07743SBernard Iremonger    *   Optimizations used in the software and those that should be considered for new development
301ab07743SBernard Iremonger
311ab07743SBernard Iremonger    A glossary of terms is also provided.
321ab07743SBernard Iremonger
332e486e26SSiobhan Butler*   API Reference: Provides detailed information about DPDK functions, data structures and other programming constructs.
341ab07743SBernard Iremonger
351ab07743SBernard Iremonger*   Sample Applications User Guide: Describes a set of sample applications.
361ab07743SBernard Iremonger    Each chapter describes a sample application that showcases specific functionality and provides instructions on how to compile, run and use the sample application.
37