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 CE725A046B for ; Wed, 26 Jun 2019 09:08:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C55365F11; Wed, 26 Jun 2019 09:08:09 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BF1945B3A for ; Wed, 26 Jun 2019 09:08:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 00:08:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,418,1557212400"; d="scan'208";a="337114542" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 26 Jun 2019 00:08:05 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Jun 2019 00:08:06 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Jun 2019 00:08:05 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.87]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.156]) with mapi id 14.03.0439.000; Wed, 26 Jun 2019 15:08:04 +0800 From: "Tu, Lijuan" To: "thaq@marvell.com" , "dts@dpdk.org" CC: "fmasood@marvell.com" , "avijay@marvell.com" Thread-Topic: [dts] [PATCH] tests/TestSuite_vlan.py: setting Send packet count as 4 to support Vector mode. Thread-Index: AQHVJNj4iMXSwKWPMECw8FXJUqKpUaatkhLg Date: Wed, 26 Jun 2019 07:08:02 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAC4F90@SHSMSX101.ccr.corp.intel.com> References: <1560754186-1238-1-git-send-email-thaq@marvell.com> In-Reply-To: <1560754186-1238-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODliNjIwMTEtNDc3My00MzZiLTkwMDEtOWQ4NWY0Y2QxYTVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNDFRclFTMENEanRqYkNaODlZaTQ2Y3B2bEZ6U3ZtdlNHT3g2U1wva2NYOXJIaDFvRWRRVU1jXC94TWdGOEYyR1VEIn0= 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] tests/TestSuite_vlan.py: setting Send packet count as 4 to support Vector mode. 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 thaq@marvell.com > Sent: Monday, June 17, 2019 2:50 PM > To: dts@dpdk.org > Cc: fmasood@marvell.com; avijay@marvell.com; Thanseerulhaq > > Subject: [dts] [PATCH] tests/TestSuite_vlan.py: setting Send packet count= as 4 > to support Vector mode. >=20 > From: Thanseerulhaq >=20 > Signed-off-by: Thanseerulhaq > --- > tests/TestSuite_vlan.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py index > 977da6e..c7b4b62 100644 > --- a/tests/TestSuite_vlan.py > +++ b/tests/TestSuite_vlan.py > @@ -120,7 +120,7 @@ class TestVlan(TestCase): > pkt.config_layer('ether', {'dst': self.dmac, 'src': self.sma= c}) > pkt.config_layer('vlan', {'vlan': vid}) >=20 > - pkt.send_pkt(tx_port=3Dself.txItf) > + pkt.send_pkt(tx_port=3Dself.txItf, count=3D4) >=20 > def set_up(self): > """ > -- > 1.8.3.1