11ab07743SBernard Iremonger.. BSD LICENSE 21ab07743SBernard Iremonger Copyright(c) 2010-2014 Intel Corporation. All rights reserved. 31ab07743SBernard Iremonger All rights reserved. 41ab07743SBernard Iremonger 51ab07743SBernard Iremonger Redistribution and use in source and binary forms, with or without 61ab07743SBernard Iremonger modification, are permitted provided that the following conditions 71ab07743SBernard Iremonger are met: 81ab07743SBernard Iremonger 91ab07743SBernard Iremonger * Redistributions of source code must retain the above copyright 101ab07743SBernard Iremonger notice, this list of conditions and the following disclaimer. 111ab07743SBernard Iremonger * Redistributions in binary form must reproduce the above copyright 121ab07743SBernard Iremonger notice, this list of conditions and the following disclaimer in 131ab07743SBernard Iremonger the documentation and/or other materials provided with the 141ab07743SBernard Iremonger distribution. 151ab07743SBernard Iremonger * Neither the name of Intel Corporation nor the names of its 161ab07743SBernard Iremonger contributors may be used to endorse or promote products derived 171ab07743SBernard Iremonger from this software without specific prior written permission. 181ab07743SBernard Iremonger 191ab07743SBernard Iremonger THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 201ab07743SBernard Iremonger "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 211ab07743SBernard Iremonger LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 221ab07743SBernard Iremonger A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 231ab07743SBernard Iremonger OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 241ab07743SBernard Iremonger SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 251ab07743SBernard Iremonger LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 261ab07743SBernard Iremonger DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 271ab07743SBernard Iremonger THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 281ab07743SBernard Iremonger (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 291ab07743SBernard Iremonger OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 301ab07743SBernard Iremonger 311ab07743SBernard IremongerIntroduction 321ab07743SBernard Iremonger============ 331ab07743SBernard Iremonger 34*2e486e26SSiobhan ButlerThis document contains instructions for installing and configuring the Intel® Data Plane Development Kit (DPDK) software. 351ab07743SBernard IremongerIt is designed to get customers up and running quickly. 36*2e486e26SSiobhan ButlerThe document describes how to compile and run a DPDK application in a Linux* application (linuxapp) environment, 371ab07743SBernard Iremongerwithout going deeply into detail. 381ab07743SBernard Iremonger 391ab07743SBernard IremongerDocumentation Roadmap 401ab07743SBernard Iremonger--------------------- 411ab07743SBernard Iremonger 42*2e486e26SSiobhan ButlerThe following is a list of DPDK documents in the suggested reading order: 431ab07743SBernard Iremonger 441ab07743SBernard Iremonger* Release Notes: Provides release-specific information, including supported features, limitations, fixed issues, known issues and so on. 451ab07743SBernard Iremonger Also, provides the answers to frequently asked questions in FAQ format. 461ab07743SBernard Iremonger 47*2e486e26SSiobhan 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. 481ab07743SBernard Iremonger 491ab07743SBernard Iremonger* Programmer's Guide: Describes: 501ab07743SBernard Iremonger 511ab07743SBernard Iremonger * The software architecture and how to use it (through examples), specifically in a Linux* application (linuxapp) environment 521ab07743SBernard Iremonger 53*2e486e26SSiobhan 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 541ab07743SBernard Iremonger an application) and guidelines for porting an application 551ab07743SBernard Iremonger 561ab07743SBernard Iremonger * Optimizations used in the software and those that should be considered for new development 571ab07743SBernard Iremonger 581ab07743SBernard Iremonger A glossary of terms is also provided. 591ab07743SBernard Iremonger 60*2e486e26SSiobhan Butler* API Reference: Provides detailed information about DPDK functions, data structures and other programming constructs. 611ab07743SBernard Iremonger 621ab07743SBernard Iremonger* Sample Applications User Guide: Describes a set of sample applications. 631ab07743SBernard Iremonger Each chapter describes a sample application that showcases specific functionality and provides instructions on how to compile, run and use the sample application. 641ab07743SBernard Iremonger 651ab07743SBernard Iremonger.. note:: 661ab07743SBernard Iremonger 67*2e486e26SSiobhan Butler These documents are available for download as a separate documentation package at the same location as the DPDK code package. 68