From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5860D2BCC for ; Wed, 4 May 2016 18:58:01 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 04 May 2016 09:58:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,578,1455004800"; d="scan'208";a="97209794" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 04 May 2016 09:58:01 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 May 2016 09:57:59 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 May 2016 09:57:59 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.58]) by shsmsx102.ccr.corp.intel.com ([169.254.2.104]) with mapi id 14.03.0248.002; Thu, 5 May 2016 00:57:57 +0800 From: "Liu, Yong" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V3] add skeleton test plan code Thread-Index: AQHRpbILIXxl9CKVQkyi9gXEDN7N+J+pAMYg Date: Wed, 4 May 2016 16:57:56 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E14F1B080@SHSMSX103.ccr.corp.intel.com> References: <1462330876-3890-1-git-send-email-gangx.xu@intel.com> <1462330876-3890-6-git-send-email-gangx.xu@intel.com> In-Reply-To: <1462330876-3890-6-git-send-email-gangx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWViOWU2ZmQtMmNiMy00OTdmLThjMTItYjNmYjQyMjM0MzljIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImpPbTA5cE1oeG1LVzBpaDR1VG9zVmdRZWRkRzRHTU4xMkNudncwUHZDekU9In0= x-ctpclassification: CTP_IC 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] add skeleton test plan code 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, 04 May 2016 16:58:01 -0000 Applied. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Tuesday, May 03, 2016 8:01 PM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V3] add skeleton test plan code >=20 > Signed-off-by: xu,gang > --- > test_plans/skeleton_test_plan.rst | 62 > +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 test_plans/skeleton_test_plan.rst >=20 > diff --git a/test_plans/skeleton_test_plan.rst > b/test_plans/skeleton_test_plan.rst > new file mode 100644 > index 0000000..c1f81ce > --- /dev/null > +++ b/test_plans/skeleton_test_plan.rst > @@ -0,0 +1,62 @@ > +.. BSD LICENSE > + Copyright(c) 2016 Intel Corporation. All rights reserved. > + All rights reserved. > + > + Redistribution and use in source and binary forms, with or without > + modification, are permitted provided that the following conditions > + are met: > + > + * Redistributions of source code must retain the above copyright > + notice, this list of conditions and the following disclaimer. > + * Redistributions in binary form must reproduce the above copyright > + notice, this list of conditions and the following disclaimer in > + the documentation and/or other materials provided with the > + distribution. > + * Neither the name of Intel Corporation nor the names of its > + contributors may be used to endorse or promote products derived > + from this software without specific prior written permission. > + > + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS > + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT > + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FO= R > + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT > + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL= , > + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT > + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE= , > + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON AN= Y > + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US= E > + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > + > + > +Basic Forwarding Sample Application > +=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=3D=3D=3D=3D > + > +The Basic Forwarding sample application is a simple *skeleton* example o= f > a > +forwarding application. > + > +It is intended as a demonstration of the basic components of a DPDK > forwarding > +application. For more detailed implementations see the L2 and L3 > forwarding > +sample applications. > + > +Running the Application > +----------------------- > + > +To run the example in a ``linuxapp`` environment: > + ./build/basicfwd -c 2 -n 4 > + > +Refer to *DPDK Getting Started Guide* for general information on running > +applications and the Environment Abstraction Layer (EAL) options. > + > +test_skeleton > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +Runing:: > + ./examples/skeleton/build/basicfwd -c 2 -n 4 > + > +waked up : > + Core X forwarding packets. > + > +Send one packet on Port0,check the port1 receive packet. > +It receive one packet that the port0 send. > + > -- > 1.9.3