From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id F0EF11DB1 for ; Mon, 8 Jun 2015 03:54:06 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 07 Jun 2015 18:54:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,570,1427785200"; d="scan'208";a="742745841" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga002.jf.intel.com with ESMTP; 07 Jun 2015 18:54:04 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 8 Jun 2015 09:53:59 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.120]) by shsmsx102.ccr.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 09:53:58 +0800 From: "Fu, JingguoX" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts 1/3] [PATCH V2] add shutdown api test for niantic and fortville NIC test Thread-Index: AQHQmbXg+BugPccSRUuYZNzWcQKAQZ2h5/fg Date: Mon, 8 Jun 2015 01:53:58 +0000 Message-ID: <6BD6202160B55B409D42329311582262673350@SHSMSX101.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: 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 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, 08 Jun 2015 01:54:07 -0000 > -----Original Message----- > From: Xu, HuilongX > Sent: Friday, May 29, 2015 10:19 > To: dts@dpdk.org > Cc: Fu, JingguoX; Xu, HuilongX > Subject: [dts 1/3] [PATCH V2] add shutdown api test for niantic and fortv= ille > 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 Acked-by: Jingguo Fu