X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Ftest_pipeline.rst;h=d57d08fb2cf5f46c9da33e799a11c0437b3b1091;hb=6cc51b1293ceac4a77d4bf7ac91a8bbd59e1f78c;hp=5f313c529c94dabbd21f60c6b3c66d6d83bd09d1;hpb=474572d2ae5a17b6596053c2630753fe04fc304f;p=dpdk.git diff --git a/doc/guides/sample_app_ug/test_pipeline.rst b/doc/guides/sample_app_ug/test_pipeline.rst index 5f313c529c..d57d08fb2c 100644 --- a/doc/guides/sample_app_ug/test_pipeline.rst +++ b/doc/guides/sample_app_ug/test_pipeline.rst @@ -32,7 +32,7 @@ Compiling the Application ------------------------- To compile the sample application see :doc:`compiling` -The application is located in the ``$RTE_SDK/app/test-pipline`` directory. +The application is located in the ``dpdk//app`` directory. Running the Application @@ -45,7 +45,7 @@ The application execution command line is: .. code-block:: console - ./test-pipeline [EAL options] -- -p PORTMASK --TABLE_TYPE + ./dpdk-test-pipeline [EAL options] -- -p PORTMASK --TABLE_TYPE The -c or -l EAL CPU coremask/corelist option has to contain exactly 3 CPU cores. The first CPU core in the core mask is assigned for core A, the second for core B and the third for core C.