From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A7D3BA045E for ; Fri, 31 May 2019 13:29:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 699B94F91; Fri, 31 May 2019 13:29:06 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 3419D2C55 for ; Fri, 31 May 2019 13:29:05 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x4VBPX2Z025052 for ; Fri, 31 May 2019 04:29:04 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0818; bh=gyl3nKI9P5AE6yWZJ6iyEaLDiMYEx3wDKHygoB76OPw=; b=qfMnGBCyh/WRmDjAi4ssA3CN+6u3NJhSxuaxPsC5t4Z+9pgzhLAledgVr7DKHE2vexGI 5ZjgbdELmvpix35mBD6tCF4Gbhm09v17881jV4J7E8X4KenVZUJ45uhTtMwJM95Gi86h 3ddfjBXF045vSKI3+D+0KT0+jc6Dzl4YFx5gLgoQ3pR1c6aLwt5AQ8mudnRYfADBMNiD HSihKKhQIgqTbhKYESyX3ayEeBfXwFu8L9R9lYnUVrLYCIc39At1ATi/48oCKw6K0Oad IJiI3DjdjGzIlZz4HoUwxGUZWCBqBl4mBI9O4it5DFmMSOQkhBGnceR1+12C4TpixES2 HQ== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2st448f8ds-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 31 May 2019 04:29:04 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 31 May 2019 04:29:02 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Fri, 31 May 2019 04:29:02 -0700 Received: from thaq.marvell.com (unknown [10.28.10.232]) by maili.marvell.com (Postfix) with ESMTP id 2AC463F7043; Fri, 31 May 2019 04:29:00 -0700 (PDT) From: To: CC: , , , Thanseerulhaq Date: Fri, 31 May 2019 16:58:38 +0530 Message-ID: <1559302118-6501-1-git-send-email-thaq@marvell.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1559287890-27187-1-git-send-email-thaq@marvell.com> References: <1559287890-27187-1-git-send-email-thaq@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-05-31_06:, , signatures=0 Subject: [dts] [PATCH v2] TestSuite_eventdev_pipeline_perf.py: Adding Eventdev_pipeline feature performance Testscript 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" From: Thanseerulhaq Adding performance testscripts for 1/2/4 NIC ports for eventdev_pipeline features atomic, parallel, order stages. Adding eventdev_perf testcase supports for Marvell cards in test_case_supportlist.json file. Signed-off-by: Thanseerulhaq --- tests/TestSuite_eventdev_pipeline_perf.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/TestSuite_eventdev_pipeline_perf.py b/tests/TestSuite_eventdev_pipeline_perf.py index ac99eb1..1c23859 100644 --- a/tests/TestSuite_eventdev_pipeline_perf.py +++ b/tests/TestSuite_eventdev_pipeline_perf.py @@ -806,16 +806,10 @@ class TestEventdevPipelinePerf(TestCase,IxiaPacketGenerator): def ip(self, port, frag, src, proto, tos, dst, chksum, len, options, version, flags, ihl, ttl, id): self.add_tcl_cmd("protocol config -name ip") self.add_tcl_cmd('ip config -sourceIpAddr "%s"' % src) - if self.nic != "cavium_a063": - self.add_tcl_cmd("ip config -sourceIpAddrMode ipRandom") - else: - self.add_tcl_cmd("ip config -sourceIpAddrMode ipIncrHost") - self.add_tcl_cmd("ip config -sourceIpAddrRepeatCount 100") + self.add_tcl_cmd("ip config -sourceIpAddrMode ipIncrHost") + self.add_tcl_cmd("ip config -sourceIpAddrRepeatCount 100") self.add_tcl_cmd('ip config -destIpAddr "%s"' % dst) - if self.nic == "cavium_a063": - self.add_tcl_cmd("ip config -destIpAddrMode ipIdle") - else: - self.add_tcl_cmd("ip config -destIpAddrMode ipIdle") + self.add_tcl_cmd("ip config -destIpAddrMode ipIdle") self.add_tcl_cmd("ip config -ttl %d" % ttl) self.add_tcl_cmd("ip config -totalLength %d" % len) self.add_tcl_cmd("ip config -fragment %d" % frag) -- 1.8.3.1