X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fcmd_line.rst;h=6a72959950eb181e0be2d254a4cbdbfce94167cc;hb=72960594d3a50ee96a1146241bb8286d0394728d;hp=dadd32d96653d5f41fa17d214c2514b6c762491a;hpb=d0dff9ba445e47199a420dd4b5451ec2860d3d3b;p=dpdk.git diff --git a/doc/guides/sample_app_ug/cmd_line.rst b/doc/guides/sample_app_ug/cmd_line.rst index dadd32d966..6a72959950 100644 --- a/doc/guides/sample_app_ug/cmd_line.rst +++ b/doc/guides/sample_app_ug/cmd_line.rst @@ -32,15 +32,15 @@ Command Line Sample Application =============================== This chapter describes the Command Line sample application that -is part of the Intel® Data Plane Development Kit (Intel® DPDK). +is part of the Data Plane Development Kit (DPDK). Overview -------- The Command Line sample application is a simple application that -demonstrates the use of the command line interface in the Intel® DPDK. +demonstrates the use of the command line interface in the DPDK. This application is a readline-like interface that can be used -to debug an Intel® DPDK application, in a Linux* application environment. +to debug a DPDK application, in a Linux* application environment. .. note:: @@ -81,7 +81,7 @@ Compiling the Application export RTE_TARGET=x86_64-native-linuxapp-gcc - Refer to the *Intel® DPDK Getting Started Guide* for possible RTE_TARGET values. + Refer to the *DPDK Getting Started Guide* for possible RTE_TARGET values. #. Build the application: @@ -98,7 +98,7 @@ To run the application in linuxapp environment, issue the following command: $ ./build/cmdline -c f -n 4 -Refer to the *Intel® DPDK Getting Started Guide* for general information on running applications +Refer to the *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL) options. Explanation @@ -114,7 +114,7 @@ This is achieved as follows: .. code-block:: c - int MAIN(int argc, char **argv) + int main(int argc, char **argv) { ret = rte_eal_init(argc, argv); if (ret < 0)