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 5315D58C3 for ; Mon, 1 Jun 2015 11:22:01 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 01 Jun 2015 02:22:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,531,1427785200"; d="scan'208";a="500878328" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by FMSMGA003.fm.intel.com with ESMTP; 01 Jun 2015 02:22:00 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 1 Jun 2015 17:21:59 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.23]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.94]) with mapi id 14.03.0224.002; Mon, 1 Jun 2015 17:21:57 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [dts 1/3] [PATCH V1] add queue start/stop test for forvtille Thread-Index: AQHQmesUpMGdy59wJUud0JrxvlpMzJ2XZOxA Date: Mon, 1 Jun 2015 09:21:57 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E36820@SHSMSX103.ccr.corp.intel.com> References: <1432888786-25354-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1432888786-25354-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 V1] add queue start/stop test for forvtille 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:22:01 -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 4:40 PM > To: dts@dpdk.org > Cc: Fu, JingguoX > Subject: [dts] [dts 1/3] [PATCH V1] add queue start/stop test for > forvtille >=20 > From: huilong xu >=20 >=20 > Signed-off-by: huilong xu > --- > executions/execution_FVL.cfg | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) >=20 > diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg > index bd278ba..f2a3e7e 100644 > --- a/executions/execution_FVL.cfg > +++ b/executions/execution_FVL.cfg > @@ -7,7 +7,8 @@ test_suites=3D > generic_filter, > dual_vlan, > vlan, > - shutdown_api > + shutdown_api, > + queue_start_stop > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4