vmxnet3: fix spelling
[dpdk.git] / doc / guides / testpmd_app_ug / run_app.rst
old mode 100755 (executable)
new mode 100644 (file)
index ac2d07e..b29c176
@@ -35,13 +35,37 @@ EAL Command-line Options
 ------------------------
 
 The following are the EAL command-line options that can be used in conjunction with the testpmd,
-or any other IntelĀ® DPDK application.
-See the IntelĀ® DPDK Getting Started Guide for more information on these options.
+or any other DPDK application.
+See the DPDK Getting Started Guide for more information on these options.
 
 *   -c COREMASK
 
     Set the hexadecimal bitmask of the cores to run on.
 
+*   -l CORELIST
+
+    List of cores to run on
+
+    The argument format is <c1>[-c2][,c3[-c4],...]
+    where c1, c2, etc are core indexes between 0 and 128
+
+*   --lcores COREMAP
+
+    Map lcore set to physical cpu set
+
+    The argument format is
+        '<lcores[@cpus]>[<,lcores[@cpus]>...]'
+
+    lcores and cpus list are grouped by '(' and ')'
+    Within the group, '-' is used for range separator,
+    ',' is used for single number separator.
+    '( )' can be omitted for single element group,
+    '@' can be omitted if cpus and lcores have the same value
+
+*   --master-lcore ID
+
+    Core ID that is used as master
+
 *   -n NUM
 
     Set the number of memory channels to use.
@@ -262,6 +286,18 @@ They must be separated from the EAL options, shown in the previous section, with
 
     Disable hardware VLAN.
 
+*   --disable-hw-vlan-filter
+
+    Disable hardware VLAN filter.
+
+*   --disable-hw-vlan-strip
+
+    Disable hardware VLAN strip.
+
+*   --disable-hw-vlan-extend
+
+    Disable hardware VLAN extend.
+
 *   --enable-drop-en
 
     Enable per-queue packet drop for packets with no descriptors.
@@ -369,6 +405,12 @@ They must be separated from the EAL options, shown in the previous section, with
     Set the hexadecimal bitmask of TX queue flags, where 0 <= N <= 0x7FFFFFFF.
     The default value is 0.
 
+    Note::
+
+        When using hardware offload functions such as vlan, checksum...,
+        add txqflags=0, since depending on the PMD,
+        txqflags might be set to a non-zero value.
+
 *   --rx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping)]
 
     Set the RX queues statistics counters mapping 0 <= mapping <= 15.