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>
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
``--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