From: xinfengx <xinfengx.zhao@intel.com>
To: dts@dpdk.org
Cc: xinfengx <xinfengx.zhao@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/compressdev_qat_pmd: add new cases in test script
Date: Thu, 21 May 2020 16:32:35 +0800 [thread overview]
Message-ID: <20200521083235.21329-2-xinfengx.zhao@intel.com> (raw)
In-Reply-To: <20200521083235.21329-1-xinfengx.zhao@intel.com>
Signed-off-by: xinfengx <xinfengx.zhao@intel.com>
---
tests/TestSuite_compressdev_qat_pmd.py | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/tests/TestSuite_compressdev_qat_pmd.py b/tests/TestSuite_compressdev_qat_pmd.py
index 696ad1d..601ed62 100644
--- a/tests/TestSuite_compressdev_qat_pmd.py
+++ b/tests/TestSuite_compressdev_qat_pmd.py
@@ -123,6 +123,18 @@ class TestCompressdevQatPmd(TestCase):
"seg-sz": 2048, "external-mbufs": '', "extended-input-sz": 300000})
result = cc.run_compress_func(self)
+ def test_qat_pmd_im_fixed_func(self):
+ cc.default_eals['w'] = ' -w '.join(self.get_perf_default_device())
+ cc.default_opts.update({"huffman-enc": "fixed", "seg-sz": 59460,
+ "max-num-sgl-segs": 54, "extended-input-sz": 3251493})
+ result = cc.run_compress_func(self)
+
+ def test_qat_pmd_im_dynamic_func(self):
+ cc.default_eals['w'] = ' -w '.join(self.get_perf_default_device())
+ cc.default_opts.update({"huffman-enc": "dynamic", "seg-sz": 59460,
+ "max-num-sgl-segs": 54, "extended-input-sz": 3251493})
+ result = cc.run_compress_func(self)
+
def test_qat_pmd_fixed_perf(self):
cc.default_eals['w'] = ' -w '.join(self.get_perf_default_device())
cc.default_opts.update({"huffman-enc": "fixed", "extended-input-sz": 3244032,
--
2.17.1
next prev parent reply other threads:[~2020-05-21 8:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-21 8:32 [dts] [PATCH V1 1/2] test_plan/compressdev_qat_pmd: add new cases in test plan xinfengx
2020-05-21 8:32 ` xinfengx [this message]
2020-05-26 7:44 ` [dts] [PATCH V1 2/2] tests/compressdev_qat_pmd: add new cases in test script Zhao, XinfengX
2020-05-27 7:56 ` Wan, Zhe
2020-06-01 7:46 ` [dts] [PATCH V1 1/2] test_plan/compressdev_qat_pmd: add new cases in test plan Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200521083235.21329-2-xinfengx.zhao@intel.com \
--to=xinfengx.zhao@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).