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 071B8A00E6 for ; Mon, 13 May 2019 04:31:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B74B0A49; Mon, 13 May 2019 04:31:03 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 588AE1D7 for ; Mon, 13 May 2019 04:31:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 May 2019 19:30:59 -0700 X-ExtLoop1: 1 Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 12 May 2019 19:30:59 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 12 May 2019 19:30:59 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.18]) with mapi id 14.03.0415.000; Mon, 13 May 2019 10:30:57 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1] update flow_classify_softnic to reduce runtime Thread-Index: AQHU/apd9JBut9BtjUe7ZbkAypw1WqZobGlg Date: Mon, 13 May 2019 02:30:56 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA7FA16@SHSMSX101.ccr.corp.intel.com> References: <1556446370-16506-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1556446370-16506-1-git-send-email-qimaix.xiao@intel.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGRkOGQyOTAtYTFkOS00NTg1LThmMTktZTVmZDI5NTY0ZmNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaVJ3QkZ2UHdBUmcyakx3TGw1TWFkTUlXekFJNnc2ZnpzSW1sN0xPZDNvOThYTE1RaWFHQWhReUV0c1BVaUk5NiJ9 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 V1] update flow_classify_softnic to reduce runtime 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xiao,qimai > Sent: Sunday, April 28, 2019 6:13 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1] update flow_classify_softnic to reduce runtime >=20 > optimize function of send package with scapy >=20 > Signed-off-by: xiao,qimai > --- > tests/TestSuite_flow_classify_softnic.py | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/tests/TestSuite_flow_classify_softnic.py > b/tests/TestSuite_flow_classify_softnic.py > index c98e8d0..9b339ca 100644 > --- a/tests/TestSuite_flow_classify_softnic.py > +++ b/tests/TestSuite_flow_classify_softnic.py > @@ -275,7 +275,7 @@ class TestFlowClassifySoftnic(TestCase): > packet =3D r'sendp([Ether(dst=3D"%s", > src=3Dget_if_hwaddr("%s"))/IP(src=3D"%s.%d", dst=3D"%s", > proto=3D17)/UDP(sport=3D100, dport=3D200)], iface=3D"%s")' % ( > self.dut_p0_mac, itf, ipaddr, i, dst_addr, itf) > self.tester.scapy_append(packet) > - self.tester.scapy_execute() > + self.tester.scapy_execute() > elif ptype =3D=3D "ipv6": > var =3D src_addr.split(":") > string =3D ":" > @@ -287,7 +287,7 @@ class TestFlowClassifySoftnic(TestCase): > packet =3D r'sendp([Ether(dst=3D"%s", > src=3Dget_if_hwaddr("%s"))/IPv6(src=3D"%s:%d", dst=3D"%s", nh=3D17)/UDP(s= port=3D100, > dport=3D200)], iface=3D"%s")' % ( > self.dut_p0_mac, itf, ipaddr, i, dst_addr, itf) > self.tester.scapy_append(packet) > - self.tester.scapy_execute() > + self.tester.scapy_execute() >=20 > elif src_dst =3D=3D "dst": > if ptype =3D=3D "ipv4": > @@ -298,7 +298,7 @@ class TestFlowClassifySoftnic(TestCase): > packet =3D r'sendp([Ether(dst=3D"%s", > src=3Dget_if_hwaddr("%s"))/IP(src=3D"%s", dst=3D"%s.%d", > proto=3D17)/UDP(sport=3D100, dport=3D100)], iface=3D"%s")' % ( > self.dut_p0_mac, itf, src_addr, ipaddr, i, itf) > self.tester.scapy_append(packet) > - self.tester.scapy_execute() > + self.tester.scapy_execute() > elif ptype =3D=3D "ipv6": > var =3D dst_addr.split(":") > string =3D ":" > @@ -310,7 +310,7 @@ class TestFlowClassifySoftnic(TestCase): > packet =3D r'sendp([Ether(dst=3D"%s", > src=3Dget_if_hwaddr("%s"))/IPv6(src=3D"%s", dst=3D"%s:%d", nh=3D17)/UDP(s= port=3D100, > dport=3D200)], iface=3D"%s")' % ( > self.dut_p0_mac, itf, src_addr, ipaddr, i, itf) > self.tester.scapy_append(packet) > - self.tester.scapy_execute() > + self.tester.scapy_execute() >=20 > def check_packet_queue(self, queues=3D[], out=3D""): > """ > -- > 2.17.0