test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan
@ 2020-08-18  0:47 xinfeng zhao
  2020-08-18  0:47 ` [dts] [PATCH V1 2/4] conf: modify compressdev isal " xinfeng zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: xinfeng zhao @ 2020-08-18  0:47 UTC (permalink / raw)
  To: dts; +Cc: xinfeng zhao

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

diff --git a/test_plans/compressdev_qat_pmd_test_plan.rst b/test_plans/compressdev_qat_pmd_test_plan.rst
index 76309d1..1c9fc79 100644
--- a/test_plans/compressdev_qat_pmd_test_plan.rst
+++ b/test_plans/compressdev_qat_pmd_test_plan.rst
@@ -55,6 +55,10 @@ Prerequisites
 ----------------------
 Intel QAT devices should be available in the platform.
 
+enable compressdev unit test:
+
+    Set CONFIG_RTE_COMPRESSDEV_TEST=y in config/common_base.
+
 A compress performance test app is added into DPDK to test CompressDev.
 
 Calgary corpus is a collection of text and binary data files,commonly used
-- 
2.17.1


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

* [dts] [PATCH V1 2/4] conf: modify compressdev isal test plan
  2020-08-18  0:47 [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan xinfeng zhao
@ 2020-08-18  0:47 ` xinfeng zhao
  2020-08-18  0:47 ` [dts] [PATCH V1 3/4] conf: modify compressdev zlib " xinfeng zhao
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: xinfeng zhao @ 2020-08-18  0:47 UTC (permalink / raw)
  To: dts; +Cc: xinfeng zhao

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
---
 test_plans/compressdev_isal_pmd_test_plan.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test_plans/compressdev_isal_pmd_test_plan.rst b/test_plans/compressdev_isal_pmd_test_plan.rst
index f86a2a5..e33893d 100644
--- a/test_plans/compressdev_isal_pmd_test_plan.rst
+++ b/test_plans/compressdev_isal_pmd_test_plan.rst
@@ -52,6 +52,10 @@ In order to enable this virtual compression PMD, user must:
 
     Set CONFIG_RTE_LIBRTE_PMD_ISAL=y in config/common_base.
 
+and enable compressdev unit test:
+
+    Set CONFIG_RTE_COMPRESSDEV_TEST=y in config/common_base.
+
 A compress performance test app is added into DPDK to test CompressDev.
 
 Calgary corpus is a collection of text and binary data files, commonly used
-- 
2.17.1


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

* [dts] [PATCH V1 3/4] conf: modify compressdev zlib test plan
  2020-08-18  0:47 [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan xinfeng zhao
  2020-08-18  0:47 ` [dts] [PATCH V1 2/4] conf: modify compressdev isal " xinfeng zhao
@ 2020-08-18  0:47 ` xinfeng zhao
  2020-08-18  0:47 ` [dts] [PATCH V1 4/4] tests: remove Unnecessary common_base modification xinfeng zhao
  2020-08-21  3:38 ` [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan Tu, Lijuan
  3 siblings, 0 replies; 6+ messages in thread
From: xinfeng zhao @ 2020-08-18  0:47 UTC (permalink / raw)
  To: dts; +Cc: xinfeng zhao

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
---
 test_plans/compressdev_zlib_pmd_test_plan.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test_plans/compressdev_zlib_pmd_test_plan.rst b/test_plans/compressdev_zlib_pmd_test_plan.rst
index cf1e72e..dd697d7 100644
--- a/test_plans/compressdev_zlib_pmd_test_plan.rst
+++ b/test_plans/compressdev_zlib_pmd_test_plan.rst
@@ -51,6 +51,10 @@ In order to enable this virtual compression PMD, user must:
 
     Set CONFIG_RTE_LIBRTE_PMD_ZLIB=y in config/common_base.
 
+and enable compressdev unit test:
+
+    Set CONFIG_RTE_COMPRESSDEV_TEST=y in config/common_base.
+
 A compress performance test app is added into DPDK to test CompressDev.
 
 Calgary corpus is a collection of text and binary data files, commonly used
-- 
2.17.1


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

* [dts] [PATCH V1 4/4] tests: remove Unnecessary common_base modification
  2020-08-18  0:47 [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan xinfeng zhao
  2020-08-18  0:47 ` [dts] [PATCH V1 2/4] conf: modify compressdev isal " xinfeng zhao
  2020-08-18  0:47 ` [dts] [PATCH V1 3/4] conf: modify compressdev zlib " xinfeng zhao
@ 2020-08-18  0:47 ` xinfeng zhao
  2020-08-18  8:00   ` Zhao, XinfengX
  2020-08-21  3:38 ` [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan Tu, Lijuan
  3 siblings, 1 reply; 6+ messages in thread
From: xinfeng zhao @ 2020-08-18  0:47 UTC (permalink / raw)
  To: dts; +Cc: xinfeng zhao

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
---
 tests/TestSuite_compressdev_qat_pmd.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_compressdev_qat_pmd.py b/tests/TestSuite_compressdev_qat_pmd.py
index 601ed62..0451cf0 100644
--- a/tests/TestSuite_compressdev_qat_pmd.py
+++ b/tests/TestSuite_compressdev_qat_pmd.py
@@ -56,8 +56,6 @@ class TestCompressdevQatPmd(TestCase):
     def prepare_dpdk(self):
         self.dut.send_expect(
             "sed -i 's/CONFIG_RTE_COMPRESSDEV_TEST=n$/CONFIG_RTE_COMPRESSDEV_TEST=y/' config/common_base", "# ")
-        self.dut.send_expect(
-            "sed -i 's/CONFIG_RTE_LIBRTE_PMD_QAT_SYM=n$/CONFIG_RTE_LIBRTE_PMD_QAT_SYM=y/' config/common_base", "# ")
         self.dut.build_install_dpdk(self.dut.target)
 
     def get_perf_default_device(self, dev_num=3):
-- 
2.17.1


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

* Re: [dts] [PATCH V1 4/4] tests: remove Unnecessary common_base modification
  2020-08-18  0:47 ` [dts] [PATCH V1 4/4] tests: remove Unnecessary common_base modification xinfeng zhao
@ 2020-08-18  8:00   ` Zhao, XinfengX
  0 siblings, 0 replies; 6+ messages in thread
From: Zhao, XinfengX @ 2020-08-18  8:00 UTC (permalink / raw)
  To: dts

Tested-by:  Zhao, Xinfeng<xinfengx.zhao@intel.com>

-----Original Message-----
From: Zhao, XinfengX 
Sent: Tuesday, August 18, 2020 8:47 AM
To: dts@dpdk.org
Cc: Zhao, XinfengX <xinfengx.zhao@intel.com>
Subject: [dts][PATCH V1 4/4] tests: remove Unnecessary common_base modification

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
---
 tests/TestSuite_compressdev_qat_pmd.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_compressdev_qat_pmd.py b/tests/TestSuite_compressdev_qat_pmd.py
index 601ed62..0451cf0 100644
--- a/tests/TestSuite_compressdev_qat_pmd.py
+++ b/tests/TestSuite_compressdev_qat_pmd.py
@@ -56,8 +56,6 @@ class TestCompressdevQatPmd(TestCase):
     def prepare_dpdk(self):
         self.dut.send_expect(
             "sed -i 's/CONFIG_RTE_COMPRESSDEV_TEST=n$/CONFIG_RTE_COMPRESSDEV_TEST=y/' config/common_base", "# ")
-        self.dut.send_expect(
-            "sed -i 's/CONFIG_RTE_LIBRTE_PMD_QAT_SYM=n$/CONFIG_RTE_LIBRTE_PMD_QAT_SYM=y/' config/common_base", "# ")
         self.dut.build_install_dpdk(self.dut.target)
 
     def get_perf_default_device(self, dev_num=3):
-- 
2.17.1


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

* Re: [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan
  2020-08-18  0:47 [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan xinfeng zhao
                   ` (2 preceding siblings ...)
  2020-08-18  0:47 ` [dts] [PATCH V1 4/4] tests: remove Unnecessary common_base modification xinfeng zhao
@ 2020-08-21  3:38 ` Tu, Lijuan
  3 siblings, 0 replies; 6+ messages in thread
From: Tu, Lijuan @ 2020-08-21  3:38 UTC (permalink / raw)
  To: Zhao, XinfengX, dts; +Cc: Zhao, XinfengX

> Subject: [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan
> 
> Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
> ---
>  test_plans/compressdev_qat_pmd_test_plan.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/test_plans/compressdev_qat_pmd_test_plan.rst

Applied the series

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

end of thread, other threads:[~2020-08-21  3:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18  0:47 [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan xinfeng zhao
2020-08-18  0:47 ` [dts] [PATCH V1 2/4] conf: modify compressdev isal " xinfeng zhao
2020-08-18  0:47 ` [dts] [PATCH V1 3/4] conf: modify compressdev zlib " xinfeng zhao
2020-08-18  0:47 ` [dts] [PATCH V1 4/4] tests: remove Unnecessary common_base modification xinfeng zhao
2020-08-18  8:00   ` Zhao, XinfengX
2020-08-21  3:38 ` [dts] [PATCH V1 1/4] conf: modify compressdev qat test plan 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).