]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/linux_gsg/eal_args.include.rst
net/vhost: fix potential memory leak on close
[dpdk.git] / doc / guides / linux_gsg / eal_args.include.rst
index b921c83b85f16b70362935b032b358112aeb105f..361c7cf67f146a5fc45f2aa00ff7661a841431e1 100644 (file)
@@ -176,6 +176,18 @@ Debugging options
     By default, size of trace output file is ``1MB`` and parameter
     must be specified once only.
 
+*   ``--trace-mode=<o[verwrite] | d[iscard] >``
+
+    Specify the mode of update of trace output file. Either update on a file
+    can be wrapped or discarded when file size reaches its maximum limit.
+    For example:
+
+    To ``discard`` update on trace output file::
+
+        --trace-mode=d or --trace-mode=discard
+
+    Default mode is ``overwrite`` and parameter must be specified once only.
+
 Other options
 ~~~~~~~~~~~~~