]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/skeleton.rst
doc: use corelist instead of coremask
[dpdk.git] / doc / guides / sample_app_ug / skeleton.rst
index e832c132e7b4ab0590be85b214a88321899c74c8..c39b03322b0f7f1cd1b0fd70e73d4e646b2ad8c6 100644 (file)
@@ -74,7 +74,7 @@ To run the example in a ``linuxapp`` environment:
 
 .. code-block:: console
 
-    ./build/basicfwd -c 2 -n 4
+    ./build/basicfwd -l 1 -n 4
 
 Refer to *DPDK Getting Started Guide* for general information on running
 applications and the Environment Abstraction Layer (EAL) options.