[dts] [PATCH V1 1/2] test_plan/compressdev_qat_pmd: add new cases in test plan

xinfengx xinfengx.zhao at intel.com
Thu May 21 10:32:34 CEST 2020


Signed-off-by: xinfengx <xinfengx.zhao at intel.com>
---
 test_plans/compressdev_qat_pmd_test_plan.rst | 28 ++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/test_plans/compressdev_qat_pmd_test_plan.rst b/test_plans/compressdev_qat_pmd_test_plan.rst
index a286d2c..76309d1 100644
--- a/test_plans/compressdev_qat_pmd_test_plan.rst
+++ b/test_plans/compressdev_qat_pmd_test_plan.rst
@@ -171,6 +171,34 @@ Perform the test with external-mbufs option and dynamic huffman-enc.
 
 Test all the file types in calgary corpus, all files should pass the test.
 
+Test Case: Compressdev QAT PMD im buffer split op fixed function test
+-------------------------------------------------------------------------
+Run Compressdev qat pmd test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w qat_device_bus_id -l 4 \
+    -- --driver-name compress_qat --input-file file_name \
+    --compress-level level --num-iter number --seg-sz segsize \
+    --max-num-sgl-segs seg --extended-input-sz size \
+    --huffman-enc fixed
+
+Perform the test with extended-input-sz, max-num-sgl-segs option and fixed huffman-enc.
+
+Test all the file types in calgary corpus, all files should pass the test.
+
+Test Case: Compressdev QAT PMD im buffer split op dynamic function test
+--------------------------------------------------------------------------
+Run Compressdev qat pmd test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w qat_device_bus_id -l 4 \
+    -- --driver-name compress_qat --input-file file_name \
+    --compress-level level --num-iter number --seg-sz segsize \
+    --max-num-sgl-segs seg --extended-input-sz size \
+    --huffman-enc dynamic
+
+Perform the test with extended-input-sz, max-num-sgl-segs option and dynamic huffman-enc.
+
+Test all the file types in calgary corpus, all files should pass the test.
+
 Test Case: Compressdev QAT PMD fixed performance test
 --------------------------------------------------------------------------
 Run Compressdev qat pmd test with below sample commands::
-- 
2.17.1



More information about the dts mailing list