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 6DB3FA00E6 for ; Wed, 12 Jun 2019 05:14:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 195C51D108; Wed, 12 Jun 2019 05:14:04 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9A81E1D0F4 for ; Wed, 12 Jun 2019 05:14:02 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2019 20:14:01 -0700 X-ExtLoop1: 1 Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 11 Jun 2019 20:14:01 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Jun 2019 20:14:01 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Jun 2019 20:14:00 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.104]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.72]) with mapi id 14.03.0439.000; Wed, 12 Jun 2019 11:13:59 +0800 From: "Tu, Lijuan" To: "thaq@marvell.com" , "dts@dpdk.org" CC: "fmasood@marvell.com" , "avijay@marvell.com" , "jerinj@marvell.com" Thread-Topic: [dts] [PATCH v3] Adding Eventdev_pipeline feature performance Testscript Thread-Index: AQHVH4e25jCivZYM0kmf7ESUdWh1vKaXV7Mw Date: Wed, 12 Jun 2019 03:13:58 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAB94E1@SHSMSX101.ccr.corp.intel.com> References: <1559287890-27187-1-git-send-email-thaq@marvell.com> <1560169529-16576-1-git-send-email-thaq@marvell.com> In-Reply-To: <1560169529-16576-1-git-send-email-thaq@marvell.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.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmU0Y2FlYjktY2FlZC00YzdlLTk5YjMtMTUzNDUyN2E1Yjc1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiT3JDMElHdXlKUzVHZkdzWXA2VHZIYUtSTFBMTWdJYndnaUZLUzhiVXJ1dHJkYXJkY0lOT01EY3lHV0lSam9LMyJ9 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 v3] 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" Just to clarify DTS work mode: 1, I will apply test plan firstly, then apply test script. Test script will= be considered until teat plan merged. 2, I will deal with patch weekly, usually on Wednesday at PRC time. 3, If the patch are not applied, and you want to change something, you coul= d sent V2, V3, if you patch based on your own patch which not applied, will= cause failure. According to above, so this patch can't be merged because of applying failu= re. Thanks Lijuan > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of thaq@marvell.com > Sent: Monday, June 10, 2019 8:25 PM > To: dts@dpdk.org > Cc: fmasood@marvell.com; avijay@marvell.com; jerinj@marvell.com; > Thanseerulhaq > Subject: [dts] [PATCH v3] Adding Eventdev_pipeline feature performance > Testscript >=20 > From: Thanseerulhaq >=20 > TestSuite_eventdev_pipeline_perf.py: Adding performance testscripts for > 1/2/4 NIC ports for eventdev_pipeline features atomic, parallel, order st= ages. >=20 > Signed-off-by: Thanseerulhaq > --- > tests/TestSuite_eventdev_pipeline_perf.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_eventdev_pipeline_perf.py > b/tests/TestSuite_eventdev_pipeline_perf.py > index 1c23859..54c8381 100644 > --- a/tests/TestSuite_eventdev_pipeline_perf.py > +++ b/tests/TestSuite_eventdev_pipeline_perf.py > @@ -293,6 +293,7 @@ class > TestEventdevPipelinePerf(TestCase,IxiaPacketGenerator): > payload_size =3D frame_size - self.headers_size > self.tester.scapy_append( > 'wrpcap("event_test.pcap", > [Ether(src=3D"52:00:00:00:00:00")/IP(src=3D"1.2.3.4",dst=3D"1.1.1.1")/TCP= ()/("X"*%d)] > )' % (payload_size)) > + self.tester.scapy_execute() >=20 > # run traffic generator > _, pps =3D self.tester.traffic_generator_throughput(tgen= _input, > rate_percent=3D100, delay=3D60) > -- > 1.8.3.1