From: "Wan, Zhe" <zhe.wan@intel.com>
To: "Tu, Lijuan" <lijuan.tu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhao, XinfengX" <xinfengx.zhao@intel.com>
Subject: Re: [dts] [PATCH V1 2/2] tests/compressdev_qat_pmd: add new cases in test script
Date: Wed, 27 May 2020 07:56:18 +0000 [thread overview]
Message-ID: <DM5PR11MB20591776800E99152E7468B5EEB10@DM5PR11MB2059.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200521083235.21329-2-xinfengx.zhao@intel.com>
Acked-by: Wan, Zhe <zhe.wan@intel.com>
Thanks!
BR,
Wan,Zhe
-----Original Message-----
From: dts <dts-bounces@dpdk.org> On Behalf Of xinfengx
Sent: 2020年5月21日 16:33
To: dts@dpdk.org
Cc: Zhao, XinfengX <xinfengx.zhao@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/compressdev_qat_pmd: add new cases in test script
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-27 7:56 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 ` [dts] [PATCH V1 2/2] tests/compressdev_qat_pmd: add new cases in test script xinfengx
2020-05-26 7:44 ` Zhao, XinfengX
2020-05-27 7:56 ` Wan, Zhe [this message]
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=DM5PR11MB20591776800E99152E7468B5EEB10@DM5PR11MB2059.namprd11.prod.outlook.com \
--to=zhe.wan@intel.com \
--cc=dts@dpdk.org \
--cc=lijuan.tu@intel.com \
--cc=xinfengx.zhao@intel.com \
/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).