From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3FC622B98 for ; Wed, 24 Feb 2016 02:43:04 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 23 Feb 2016 17:43:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,492,1449561600"; d="scan'208";a="919781106" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 23 Feb 2016 17:43:02 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 23 Feb 2016 17:43:02 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 23 Feb 2016 17:43:02 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Wed, 24 Feb 2016 09:43:00 +0800 From: "Tang, HaifengX" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [DTS][PATCH V1 1/2] update packet checking case, send 2000 random packets, check dut not loss packet Thread-Index: AQHRXvvrBePDRINKyk+5clE1ZnVtcJ86ivmw Date: Wed, 24 Feb 2016 01:42:59 +0000 Message-ID: References: <1454556122-16292-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1454556122-16292-1-git-send-email-huilongx.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] [DTS][PATCH V1 1/2] update packet checking case, send 2000 random packets, check dut not loss packet 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: , X-List-Received-Date: Wed, 24 Feb 2016 01:43:04 -0000 Acked-by:Tang,Haifeng >-----Original Message----- >From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,huilong >Sent: Thursday, February 04, 2016 11:22 AM >To: dts@dpdk.org >Subject: [dts] [DTS][PATCH V1 1/2] update packet checking case, send 2000 = random packets, check dut not loss packet > >Signed-off-by: xu,huilong >--- > test_plans/pmd_test_plan.rst | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/test_plans/pmd_test_plan.rst b/test_plans/pmd_test_plan.rst i= ndex 1073149..c5e346e 100644 >--- a/test_plans/pmd_test_plan.rst >+++ b/test_plans/pmd_test_plan.rst >@@ -82,10 +82,8 @@ The linuxapp is started with the following parameters: > --rxpt=3D4 --rxht=3D4 --rxwt=3D16 --txpt=3D36 --txht=3D0 --txwt=3D0 --t= xrst=3D32 >=20 >=20 >-The tester sends packets with different sizes (64, 65, 128, 256, 512, 102= 4, >-1280 and 1518 bytes), using scapy, which will be forwarded by the DUT. >-The test checks if the packets are correctly forwarded and if both RX and= TX -packet sizes match. >+The tester sends 2000 packets with different type, using scapy, which wil= l be forwarded by the DUT. >+The test checks if the packets are correctly forwarded and if both RX=20 >+and TX packet number is 2000 >=20 > Test Case: Descriptors Checking > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D >-- >1.9.3 >