From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9243DA04EF; Mon, 1 Jun 2020 09:46:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3C09E1D178; Mon, 1 Jun 2020 09:46:36 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C36481C19C for ; Mon, 1 Jun 2020 09:46:34 +0200 (CEST) IronPort-SDR: rGjyoZjYTTRz7YhqHk+pCdpdxDD4RD3Ge9mg+uzeA+y08lXlhoMMKpm5JqPiiT/4pBO61oPZUr /kZp7pzRvvHQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jun 2020 00:46:32 -0700 IronPort-SDR: 1Nr2EfIO0FF1PJhglM6Amx8gAgau2ttXhDty5dA27oSuenYkyhCs5of+esE92Vee9jDsbfjRd5 kOqEluuzEBZQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,460,1583222400"; d="scan'208";a="268237704" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 01 Jun 2020 00:46:32 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 1 Jun 2020 00:46:32 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.168]) with mapi id 14.03.0439.000; Mon, 1 Jun 2020 15:46:30 +0800 From: "Tu, Lijuan" To: "Zhao, XinfengX" , "dts@dpdk.org" CC: "Zhao, XinfengX" Thread-Topic: [dts] [PATCH V1 1/2] test_plan/compressdev_qat_pmd: add new cases in test plan Thread-Index: AQHWL0qUhjPosl/EZkmTKcDw3eRkH6jDcuIQ Date: Mon, 1 Jun 2020 07:46:29 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC568F3@SHSMSX101.ccr.corp.intel.com> References: <20200521083235.21329-1-xinfengx.zhao@intel.com> In-Reply-To: <20200521083235.21329-1-xinfengx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 1/2] test_plan/compressdev_qat_pmd: add new cases in test plan X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xinfengx > Sent: Thursday, May 21, 2020 4:33 PM > To: dts@dpdk.org > Cc: Zhao, XinfengX > Subject: [dts] [PATCH V1 1/2] test_plan/compressdev_qat_pmd: add new > cases in test plan >=20 > Signed-off-by: xinfengx > --- > test_plans/compressdev_qat_pmd_test_plan.rst | 28 > ++++++++++++++++++++ > 1 file changed, 28 insertions(+) >=20 > 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. >=20 > Test all the file types in calgary corpus, all files should pass the tes= t. >=20 > +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 tes= t. > + > +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 tes= t. > + > Test Case: Compressdev QAT PMD fixed performance test > ------------------------------------------------------------------------= -- > Run Compressdev qat pmd test with below sample commands:: > -- > 2.17.1