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 DD307A0093; Thu, 21 May 2020 10:33:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADA2E1D65C; Thu, 21 May 2020 10:33:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6DE4F1D65A for ; Thu, 21 May 2020 10:33:41 +0200 (CEST) IronPort-SDR: Xzqvfa+LACn3VTMm0Be9eYOVc2nU30ACWmja0zR9FYeOtNvztLBKdRhaH46z205aAeR5SKhiy4 kGvSAvrBHcig== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2020 01:33:40 -0700 IronPort-SDR: 5AOt6JjZXMEVhLACsu+woJqUPIUQE8/Bd2DTXs/L1EXufSotZci7lMVkXZgFnS5ekX+XsCkCEH vWhXSOs1TgSA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,417,1583222400"; d="scan'208";a="466700709" Received: from unknown (HELO dpdk-xinfengx-dut.sh.intel.com) ([10.67.117.16]) by fmsmga005.fm.intel.com with ESMTP; 21 May 2020 01:33:39 -0700 From: xinfengx To: dts@dpdk.org Cc: xinfengx Date: Thu, 21 May 2020 16:32:34 +0800 Message-Id: <20200521083235.21329-1-xinfengx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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" Signed-off-by: xinfengx --- test_plans/compressdev_qat_pmd_test_plan.rst | 28 ++++++++++++++++++++ 1 file changed, 28 insertions(+) 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. Test all the file types in calgary corpus, all files should pass the test. +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 test. + +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 test. + Test Case: Compressdev QAT PMD fixed performance test -------------------------------------------------------------------------- Run Compressdev qat pmd test with below sample commands:: -- 2.17.1