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 01438A04C2; Mon, 25 Nov 2019 08:18:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EAD0B4C74; Mon, 25 Nov 2019 08:18:35 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 211E72952 for ; Mon, 25 Nov 2019 08:18:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Nov 2019 23:18:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,240,1571727600"; d="scan'208";a="408221489" Received: from unknown (HELO dpdk-xinfengx-dut242.sh.intel.com) ([10.67.116.161]) by fmsmga005.fm.intel.com with ESMTP; 24 Nov 2019 23:18:33 -0800 From: Xinfeng Zhao To: dts@dpdk.org Cc: Xinfeng Zhao Date: Mon, 25 Nov 2019 06:32:49 +0800 Message-Id: <1574634769-325555-5-git-send-email-xinfengx.zhao@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1574634769-325555-1-git-send-email-xinfengx.zhao@intel.com> References: <1574634769-325555-1-git-send-email-xinfengx.zhao@intel.com> Subject: [dts] [PATCH V1 5/5] conf: add config file for compress test 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: Xinfeng Zhao --- conf/compressdev_sample.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/compressdev_sample.cfg diff --git a/conf/compressdev_sample.cfg b/conf/compressdev_sample.cfg new file mode 100644 index 0000000..f2841a3 --- /dev/null +++ b/conf/compressdev_sample.cfg @@ -0,0 +1,16 @@ +[suite] +# Compress common options qat device id +qat_device_id="37c9" + +# the file to compress and decompress +input-file = "/root/calgary" + +# you can make special settings for test case like this. +#seg-sz=1024 +#compress-level="1:1:9" +#num-iter=10 +#max-num-sgl-segs=1003 + +#[test_qat_pmd_dynamic_func] +#l="0-6" +#w="1a:01.0 -w 1c:01.0 -w 1e:01.0" -- 2.7.4