test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] test_plans: add test cases for compressdev_zlib_pmd
@ 2019-11-26 14:59 Zhe
  2019-11-27  9:39 ` Tu, Lijuan
  0 siblings, 1 reply; 4+ messages in thread
From: Zhe @ 2019-11-26 14:59 UTC (permalink / raw)
  To: dts; +Cc: Zhe Wan

From: Zhe Wan <zhe.wan@intel.com>

Signed-off-by: Zhe Wan <zhe.wan@intel.com>
---
 test_plans/compressdev_zlib_pmd_test_plan.rst | 42 +++++++++++++++++++++++++--
 1 file changed, 39 insertions(+), 3 deletions(-)

diff --git a/test_plans/compressdev_zlib_pmd_test_plan.rst b/test_plans/compressdev_zlib_pmd_test_plan.rst
index b7284e4..b52c6f4 100644
--- a/test_plans/compressdev_zlib_pmd_test_plan.rst
+++ b/test_plans/compressdev_zlib_pmd_test_plan.rst
@@ -65,14 +65,50 @@ Start test application and run zlib pmd unit test::
 
 Verify all test cases passed in the test.
 
-Test Case: Compressdev ZLIB PMD test
----------------------------------------------------------
+Test Case: Compressdev ZLIB PMD fixed function test
+-------------------------------------------------------------
 Run Compressdev zlib pmd test with below sample commands::
 
     ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
     --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
     --compress-level level --num-iter number --huffman-enc fixed
 
-Perform the test with huffman-enc fixed and dynamic accordingly.
+Perform the test with fixed huffman-enc.
 
 Test all the file types in calgary corpus, all files should pass the test.
+
+Test Case: Compressdev ZLIB PMD dynamic function test
+-------------------------------------------------------------
+Run Compressdev zlib pmd test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
+    --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
+    --compress-level level --num-iter number --huffman-enc dynamic
+
+Perform the test with dynamic huffman-enc.
+
+Test all the file types in calgary corpus, all files should pass the test.
+
+Test Case: Compressdev ZLIB PMD fixed performance test
+----------------------------------------------------------------------------
+Run Compressdev zlib pmd performance test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
+    --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
+    --compress-level level --seg-sz size --num-iter number --huffman-enc fixed
+
+Perform the test with fixed huffman-enc and calgary file.
+
+Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
+
+Test Case: Compressdev ZLIB PMD dynamic performance test
+---------------------------------------------------------------------------
+Run Compressdev zlib pmd performance test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
+    --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
+    --compress-level level --seg-sz size --num-iter number --huffman-enc dynamic
+
+Perform the test with dynamic huffman-enc and calgary file.
+
+Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1] test_plans: add test cases for compressdev_zlib_pmd
  2019-11-26 14:59 [dts] [PATCH V1] test_plans: add test cases for compressdev_zlib_pmd Zhe
@ 2019-11-27  9:39 ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-11-27  9:39 UTC (permalink / raw)
  To: Wan, Zhe, dts; +Cc: Wan, Zhe

Applied, thanks


> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zhe
> Sent: Tuesday, November 26, 2019 11:00 PM
> To: dts@dpdk.org
> Cc: Wan, Zhe <zhe.wan@intel.com>
> Subject: [dts] [PATCH V1] test_plans: add test cases for
> compressdev_zlib_pmd
> 
> From: Zhe Wan <zhe.wan@intel.com>
> 
> Signed-off-by: Zhe Wan <zhe.wan@intel.com>
> ---
>  test_plans/compressdev_zlib_pmd_test_plan.rst | 42
> +++++++++++++++++++++++++--
>  1 file changed, 39 insertions(+), 3 deletions(-)
> 
> diff --git a/test_plans/compressdev_zlib_pmd_test_plan.rst
> b/test_plans/compressdev_zlib_pmd_test_plan.rst
> index b7284e4..b52c6f4 100644
> --- a/test_plans/compressdev_zlib_pmd_test_plan.rst
> +++ b/test_plans/compressdev_zlib_pmd_test_plan.rst
> @@ -65,14 +65,50 @@ Start test application and run zlib pmd unit test::
> 
>  Verify all test cases passed in the test.
> 
> -Test Case: Compressdev ZLIB PMD test
> ----------------------------------------------------------
> +Test Case: Compressdev ZLIB PMD fixed function test
> +-------------------------------------------------------------
>  Run Compressdev zlib pmd test with below sample commands::
> 
>      ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
>      --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
>      --compress-level level --num-iter number --huffman-enc fixed
> 
> -Perform the test with huffman-enc fixed and dynamic accordingly.
> +Perform the test with fixed huffman-enc.
> 
>  Test all the file types in calgary corpus, all files should pass the test.
> +
> +Test Case: Compressdev ZLIB PMD dynamic function test
> +-------------------------------------------------------------
> +Run Compressdev zlib pmd test with below sample commands::
> +
> +    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
> +    --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
> +    --compress-level level --num-iter number --huffman-enc dynamic
> +
> +Perform the test with dynamic huffman-enc.
> +
> +Test all the file types in calgary corpus, all files should pass the test.
> +
> +Test Case: Compressdev ZLIB PMD fixed performance test
> +-----------------------------------------------------------------------
> +----- Run Compressdev zlib pmd performance test with below sample
> +commands::
> +
> +    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
> +    --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
> +    --compress-level level --seg-sz size --num-iter number
> + --huffman-enc fixed
> +
> +Perform the test with fixed huffman-enc and calgary file.
> +
> +Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
> +
> +Test Case: Compressdev ZLIB PMD dynamic performance test
> +-----------------------------------------------------------------------
> +---- Run Compressdev zlib pmd performance test with below sample
> +commands::
> +
> +    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
> +    --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
> +    --compress-level level --seg-sz size --num-iter number
> + --huffman-enc dynamic
> +
> +Perform the test with dynamic huffman-enc and calgary file.
> +
> +Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
> --
> 1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1] test_plans: add test cases for compressdev_zlib_pmd
  2019-11-26 10:04 Zhe
@ 2019-11-27  9:37 ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-11-27  9:37 UTC (permalink / raw)
  To: Wan, Zhe, dts; +Cc: Wan, Zhe

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zhe
> Sent: Tuesday, November 26, 2019 6:05 PM
> To: dts@dpdk.org
> Cc: Wan, Zhe <zhe.wan@intel.com>
> Subject: [dts] [PATCH V1] test_plans: add test cases for
> compressdev_zlib_pmd
> 
> From: Zhe Wan <zhe.wan@intel.com>
> 
> Signed-off-by: Zhe Wan <zhe.wan@intel.com>
> ---
>  test_plans/compressdev_zlib_pmd_test_plan.rst | 42
> +++++++++++++++++++++++++--
>  1 file changed, 39 insertions(+), 3 deletions(-)
> 
> diff --git a/test_plans/compressdev_zlib_pmd_test_plan.rst
> b/test_plans/compressdev_zlib_pmd_test_plan.rst
> index b7284e4..b52c6f4 100644
> --- a/test_plans/compressdev_zlib_pmd_test_plan.rst
> +++ b/test_plans/compressdev_zlib_pmd_test_plan.rst
> @@ -65,14 +65,50 @@ Start test application and run zlib pmd unit test::
> 
>  Verify all test cases passed in the test.
> 
> -Test Case: Compressdev ZLIB PMD test
> ----------------------------------------------------------
> +Test Case: Compressdev ZLIB PMD fixed function test
> +-------------------------------------------------------------
>  Run Compressdev zlib pmd test with below sample commands::
> 
>      ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
>      --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
>      --compress-level level --num-iter number --huffman-enc fixed
> 
> -Perform the test with huffman-enc fixed and dynamic accordingly.
> +Perform the test with fixed huffman-enc.
> 
>  Test all the file types in calgary corpus, all files should pass the test.
> +
> +Test Case: Compressdev ZLIB PMD dynamic function test
> +-------------------------------------------------------------
> +Run Compressdev zlib pmd test with below sample commands::
> +
> +    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
> +    --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
> +    --compress-level level --num-iter number --huffman-enc fixed
> +
> +Perform the test with dynamic huffman-enc.
> +
> +Test all the file types in calgary corpus, all files should pass the test.
> +
> +Test Case: Compressdev ZLIB PMD fixed performance test
> +-----------------------------------------------------------------------
> +----- Run Compressdev zlib pmd performance test with below sample
> +commands::
> +
> +    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
> +    --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
> +    --compress-level level --seg-sz size --num-iter number
> + --huffman-enc fixed
> +
> +Perform the test with fixed huffman-enc and calgary file.
> +
> +Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
> +
> +Test Case: Compressdev ZLIB PMD dynamic performance test
> +-----------------------------------------------------------------------
> +---- Run Compressdev zlib pmd performance test with below sample
> +commands::
> +
> +    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
> +    --vdev=compress_zlib -- --driver-name compress_zlib --input-file
> file_name \
> +    --compress-level level --seg-sz size --num-iter number
> + --huffman-enc dynamic
> +
> +Perform the test with dynamic huffman-enc and calgary file.
> +
> +Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
> --
> 1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts] [PATCH V1] test_plans: add test cases for compressdev_zlib_pmd
@ 2019-11-26 10:04 Zhe
  2019-11-27  9:37 ` Tu, Lijuan
  0 siblings, 1 reply; 4+ messages in thread
From: Zhe @ 2019-11-26 10:04 UTC (permalink / raw)
  To: dts; +Cc: Zhe Wan

From: Zhe Wan <zhe.wan@intel.com>

Signed-off-by: Zhe Wan <zhe.wan@intel.com>
---
 test_plans/compressdev_zlib_pmd_test_plan.rst | 42 +++++++++++++++++++++++++--
 1 file changed, 39 insertions(+), 3 deletions(-)

diff --git a/test_plans/compressdev_zlib_pmd_test_plan.rst b/test_plans/compressdev_zlib_pmd_test_plan.rst
index b7284e4..b52c6f4 100644
--- a/test_plans/compressdev_zlib_pmd_test_plan.rst
+++ b/test_plans/compressdev_zlib_pmd_test_plan.rst
@@ -65,14 +65,50 @@ Start test application and run zlib pmd unit test::
 
 Verify all test cases passed in the test.
 
-Test Case: Compressdev ZLIB PMD test
----------------------------------------------------------
+Test Case: Compressdev ZLIB PMD fixed function test
+-------------------------------------------------------------
 Run Compressdev zlib pmd test with below sample commands::
 
     ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
     --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
     --compress-level level --num-iter number --huffman-enc fixed
 
-Perform the test with huffman-enc fixed and dynamic accordingly.
+Perform the test with fixed huffman-enc.
 
 Test all the file types in calgary corpus, all files should pass the test.
+
+Test Case: Compressdev ZLIB PMD dynamic function test
+-------------------------------------------------------------
+Run Compressdev zlib pmd test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
+    --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
+    --compress-level level --num-iter number --huffman-enc fixed
+
+Perform the test with dynamic huffman-enc.
+
+Test all the file types in calgary corpus, all files should pass the test.
+
+Test Case: Compressdev ZLIB PMD fixed performance test
+----------------------------------------------------------------------------
+Run Compressdev zlib pmd performance test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
+    --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
+    --compress-level level --seg-sz size --num-iter number --huffman-enc fixed
+
+Perform the test with fixed huffman-enc and calgary file.
+
+Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
+
+Test Case: Compressdev ZLIB PMD dynamic performance test
+---------------------------------------------------------------------------
+Run Compressdev zlib pmd performance test with below sample commands::
+
+    ./app/dpdk-test-compress-perf  -w vdev_bus_id -l 4 \
+    --vdev=compress_zlib -- --driver-name compress_zlib --input-file file_name \
+    --compress-level level --seg-sz size --num-iter number --huffman-enc dynamic
+
+Perform the test with dynamic huffman-enc and calgary file.
+
+Run the test with seg-sz 1k, 2k, 4k, 8k, 16k and 32k respectively.
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-27  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 14:59 [dts] [PATCH V1] test_plans: add test cases for compressdev_zlib_pmd Zhe
2019-11-27  9:39 ` Tu, Lijuan
  -- strict thread matches above, loose matches on Subject: below --
2019-11-26 10:04 Zhe
2019-11-27  9:37 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).