From patchwork Fri Nov 6 16:49:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sun, QinX" X-Patchwork-Id: 83809 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D0B8CA0524; Fri, 6 Nov 2020 09:12:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9B5882E8D; Fri, 6 Nov 2020 09:12:34 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A5F972E8B for ; Fri, 6 Nov 2020 09:12:31 +0100 (CET) IronPort-SDR: jLDLbhtn8uL3b+z5wRmPQSVmuaW5ATj5uJnvDvt6Q4fa9OxevQHDoDwQC0bSz8n8cxZ5FLYhpC tFMCtl0P6xXQ== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="233682168" X-IronPort-AV: E=Sophos;i="5.77,455,1596524400"; d="scan'208";a="233682168" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 00:12:29 -0800 IronPort-SDR: TQpOkaVRfW9cW/ylR+osa19ZNxLnfXGtpCSou3Smq6lXTeeTNy0FALTL90C4eLr2Eq37V6w8AB iPN1xQoC/Y4w== X-IronPort-AV: E=Sophos;i="5.77,455,1596524400"; d="scan'208";a="471984810" Received: from unknown (HELO dpdk-wenjielx-tetser203.icx.intel.com) ([10.240.183.105]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 00:12:28 -0800 From: sunqin To: dts@dpdk.org Cc: sunqin Date: Fri, 6 Nov 2020 16:49:59 +0000 Message-Id: <20201106164959.2471-1-qinx.sun@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] tests/cvl_dcf_date_path modify param for testpmd dcf mod 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" According to dpdk commit 98a181ed865db0880be to modify param for testpmd dcf mod Signed-off-by: sunqin Tested-by: Sun, QinX Acked-by: Haiyang Zhao --- tests/TestSuite_cvl_dcf_date_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tests/TestSuite_cvl_dcf_date_path.py diff --git a/tests/TestSuite_cvl_dcf_date_path.py b/tests/TestSuite_cvl_dcf_date_path.py old mode 100755 new mode 100644 index 5609d89..5d40d6a --- a/tests/TestSuite_cvl_dcf_date_path.py +++ b/tests/TestSuite_cvl_dcf_date_path.py @@ -60,7 +60,7 @@ class DcfDatePathTest(TestCase): self.pkt = Packet() def set_up(self): - self.pmd_output.start_testpmd(cores="1S/4C/1T", param='', eal_param="-w %s,cap=dcf --file-prefix=vf" % self.used_vf_pci) + self.pmd_output.start_testpmd(cores="1S/4C/1T", param='--txq=2 --rxq=2 --txd=384 --rxd=384', eal_param="-w %s,cap=dcf --file-prefix=vf" % self.used_vf_pci) def send_packets(self, packets, tx_port, count=1): self.pkt.update_pkt(packets)