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