X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fntb.rst;h=f80b221db7aba03ac21f3faa5a54351fc6471faf;hb=205708169132d6f3496a3dd64955d6d7db418aef;hp=df16af86c124cc91ec920ed0f2215211fc85dc94;hpb=5194299d6ef5f29ee41043dd9e36f04595bb25f9;p=dpdk.git diff --git a/doc/guides/sample_app_ug/ntb.rst b/doc/guides/sample_app_ug/ntb.rst index df16af86c1..f80b221db7 100644 --- a/doc/guides/sample_app_ug/ntb.rst +++ b/doc/guides/sample_app_ug/ntb.rst @@ -32,7 +32,7 @@ The only available options are the standard ones for the EAL: .. code-block:: console - ./build/ntb_fwd -c 0xf -n 6 -- -i + .//examples/dpdk-ntb -c 0xf -n 6 -- -i Refer to the *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL) @@ -82,7 +82,7 @@ The application is console-driven using the cmdline DPDK interface: ntb> From this interface the available commands and descriptions of what -they do as as follows: +they do as follows: * ``send [filepath]``: Send file to the peer host. Need to be in file-trans forwarding mode first.