]> git.droids-corp.org - dpdk.git/commitdiff
doc: add --external-mbufs option in compress perf guide
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Wed, 16 Oct 2019 12:00:30 +0000 (14:00 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
This patch documents the new compress perf tool
option --external-mbufs.

Fixes: c02e33b03075 ("app/compress-perf: add --external-mbufs option")
Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
doc/guides/rel_notes/release_19_11.rst
doc/guides/tools/comp_perf.rst

index 46c1e74bf5e40d3979655b83054fa0012c15ddbb..581cb237829a29a8bf245cea45cf7d85e1aa9169 100644 (file)
@@ -124,6 +124,12 @@ New Features
   Added stateful decompression support in the Intel QuickAssist Technology PMD.
   Please note that stateful compression is not supported.
 
+* **Added external buffers support for dpdk-test-compress-perf tool.**
+
+  Added a command line option to dpdk-test-compress-perf tool to allocate
+  and use memory zones as external buffers instead of keeping the data directly
+  in mbuf areas.
+
 * **Introduced FIFO for NTB PMD.**
 
   Introduced FIFO for NTB (Non-transparent Bridge) PMD to support
index 118de5433d9e0c1837c817b06aff5deb7a501a8e..6c59c8403d704ab01c192390f7657d5b54da108b 100644 (file)
@@ -82,6 +82,8 @@ Application Options
 
  ``--window-sz N``: base two log value of compression window size (default: max supported by PMD)
 
+ ``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data directly in mbuf areas
+
  ``-h``: prints this help