X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fethtool.rst;h=159e9e063917b4a7697f09ac7518661ac3c3b3a4;hb=769b2de7fb528607bee5cc443dbcddb905a8f61e;hp=47e09f6ed2f157263f6ae60e5b14ed326d476632;hpb=99d8ebcf5c1ddde1cb9db77a762859a7dbf21268;p=dpdk.git diff --git a/doc/guides/sample_app_ug/ethtool.rst b/doc/guides/sample_app_ug/ethtool.rst index 47e09f6ed2..159e9e0639 100644 --- a/doc/guides/sample_app_ug/ethtool.rst +++ b/doc/guides/sample_app_ug/ethtool.rst @@ -24,7 +24,7 @@ The only available options are the standard ones for the EAL: .. code-block:: console - ./ethtool-app/ethtool-app/${RTE_TARGET}/ethtool [EAL options] + .//examples/dpdk-ethtool [EAL options] Refer to the *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL) @@ -40,7 +40,7 @@ The application is console-driven using the cmdline DPDK interface: EthApp> From this interface the available commands and descriptions of what -they do as as follows: +they do as follows: * ``drvinfo``: Print driver info * ``eeprom``: Dump EEPROM to file @@ -64,8 +64,8 @@ Explanation ----------- The sample program has two parts: A background `packet reflector`_ -that runs on a slave core, and a foreground `Ethtool Shell`_ that -runs on the master core. These are described below. +that runs on a worker core, and a foreground `Ethtool Shell`_ that +runs on the main core. These are described below. Packet Reflector ~~~~~~~~~~~~~~~~