From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4AB6ADE4 for ; Tue, 16 Jun 2015 07:50:09 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 15 Jun 2015 22:50:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,623,1427785200"; d="scan'208";a="747396371" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by orsmga002.jf.intel.com with ESMTP; 15 Jun 2015 22:50:06 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 16 Jun 2015 13:50:04 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Tue, 16 Jun 2015 13:50:03 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH 1/2] add some test suite for niantic test Thread-Index: AQHQp/bBrr0MRfLCwE68/LHpa+Lt552uoJYA Date: Tue, 16 Jun 2015 05:50:02 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E4C577@SHSMSX103.ccr.corp.intel.com> References: <1434433128-15034-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1434433128-15034-1-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, 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] [PATCH 1/2] add some test suite for niantic test 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: Tue, 16 Jun 2015 05:50:09 -0000 Thanks, applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Tuesday, June 16, 2015 1:39 PM > To: dts@dpdk.org > Subject: [dts] [PATCH 1/2] add some test suite for niantic test >=20 > From: huilong xu >=20 >=20 > Signed-off-by: huilong xu > --- > executions/execution.cfg | 8 ++++++-- > 1 files changed, 6 insertions(+), 2 deletions(-) >=20 > diff --git a/executions/execution.cfg b/executions/execution.cfg > index b3a7479..6e42b90 100644 > --- a/executions/execution.cfg > +++ b/executions/execution.cfg > @@ -13,7 +13,6 @@ test_suites=3D > jumboframes, > ipfrag, > link_flowctrl, > - fdir, > vlan, > ip_pipeline, > pmd_bonded, > @@ -21,7 +20,12 @@ test_suites=3D > generic_filter, > dual_vlan, > shutdown_api, > - fdir > + fdir, > + ipv4_reassembly, > + scatter, > + pmdrssreta, > + pmd, > + l2fwd > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4