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 9DFDC1DB1 for ; Mon, 8 Jun 2015 03:55:06 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 07 Jun 2015 18:55:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,570,1427785200"; d="scan'208";a="742746068" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga002.jf.intel.com with ESMTP; 07 Jun 2015 18:55:04 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) 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:55:04 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.120]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.23]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 09:54:57 +0800 From: "Fu, JingguoX" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts 1/3] [PATCH V1] add queue start/stop test for forvtille Thread-Index: AQHQmesP6U081jCivUqL8WzJZjN0w52h6GFg Date: Mon, 8 Jun 2015 01:54:57 +0000 Message-ID: <6BD6202160B55B409D42329311582262673373@SHSMSX101.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: 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 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, 08 Jun 2015 01:55:07 -0000 > -----Original Message----- > From: Xu, HuilongX > Sent: Friday, May 29, 2015 16:40 > To: dts@dpdk.org > Cc: Fu, JingguoX; Xu, HuilongX > Subject: [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 Acked-by: Jingguo Fu