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 F22E358C3 for ; Mon, 1 Jun 2015 11:19:28 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 01 Jun 2015 02:19:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,531,1427785200"; d="scan'208";a="734832855" Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105]) by fmsmga002.fm.intel.com with ESMTP; 01 Jun 2015 02:19:27 -0700 Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 1 Jun 2015 17:19:27 +0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 1 Jun 2015 17:19:26 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.23]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.180]) with mapi id 14.03.0224.002; Mon, 1 Jun 2015 17:19:25 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [dts 1/3] [PATCH V2] add shutdown api test for niantic and fortville NIC test Thread-Index: AQHQmbXuvNauaZ1RrU60NjFfUuWm/Z2XZKVg Date: Mon, 1 Jun 2015 09:19:25 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E367CE@SHSMSX103.ccr.corp.intel.com> References: <1432865952-22407-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1432865952-22407-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 Cc: "Fu, JingguoX" Subject: Re: [dts] [dts 1/3] [PATCH V2] add shutdown api test for niantic and fortville NIC 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: Mon, 01 Jun 2015 09:19:29 -0000 Thanks, applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Friday, May 29, 2015 10:19 AM > To: dts@dpdk.org > Cc: Fu, JingguoX > Subject: [dts] [dts 1/3] [PATCH V2] add shutdown api test for niantic and > fortville NIC test >=20 > From: huilong xu >=20 >=20 > Signed-off-by: huilong xu > --- > executions/execution.cfg | 3 ++- > executions/execution_FVL.cfg | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) >=20 > diff --git a/executions/execution.cfg b/executions/execution.cfg > index e5c6198..a749008 100644 > --- a/executions/execution.cfg > +++ b/executions/execution.cfg > @@ -19,7 +19,8 @@ test_suites=3D > pmd_bonded, > dynamic_config, > generic_filter, > - dual_vlan > + dual_vlan, > + shutdown_api > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg > index 12990d8..bd278ba 100644 > --- a/executions/execution_FVL.cfg > +++ b/executions/execution_FVL.cfg > @@ -6,7 +6,8 @@ test_suites=3D > dynamic_config, > generic_filter, > dual_vlan, > - vlan > + vlan, > + shutdown_api > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4