X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Ftools%2Fcomp_perf.rst;h=6ba1076484925ed4ef719b4fccd76f78c9ad479d;hb=b94c709decbe39582c68cf3605745b60a4f7985a;hp=ee585d10246efdede600c5bfdf71201d2aa403dd;hpb=97c5ba4d51e8352a6c8f4bdbc0daf4d881d9ae4a;p=dpdk.git diff --git a/doc/guides/tools/comp_perf.rst b/doc/guides/tools/comp_perf.rst index ee585d1024..6ba1076484 100644 --- a/doc/guides/tools/comp_perf.rst +++ b/doc/guides/tools/comp_perf.rst @@ -97,18 +97,6 @@ Application Options ``-h``: prints this help -Compiling the Tool ------------------- - -**Step 1: PMD setting** - -The ``dpdk-test-compress-perf`` tool depends on compression device drivers PMD which -can be disabled by default in the build configuration file ``common_base``. -The compression device drivers PMD which should be tested can be enabled by setting e.g.:: - - CONFIG_RTE_LIBRTE_PMD_ISAL=y - - Running the Tool ---------------- @@ -116,5 +104,5 @@ The tool has a number of command line options. Here is the sample command line: .. code-block:: console - ./build/app/dpdk-test-compress-perf -l 4 -- --driver-name compress_qat --input-file test.txt --seg-sz 8192 + .//app/dpdk-test-compress-perf -l 4 -- --driver-name compress_qat --input-file test.txt --seg-sz 8192 --compress-level 1:1:9 --num-iter 10 --extended-input-sz 1048576 --max-num-sgl-segs 16 --huffman-enc fixed