From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 07A282E8A for ; Mon, 25 May 2015 10:59:07 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 25 May 2015 01:59:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,490,1427785200"; d="scan'208";a="497883029" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by FMSMGA003.fm.intel.com with ESMTP; 25 May 2015 01:59:06 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 25 May 2015 16:59:05 +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, 25 May 2015 16:59:03 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [dts 2/4] [PATCH V1] add generic_filter test for fortville NIC Thread-Index: AQHQlshkQS+Sm9waA0mQWyOdYy596Z2MY50g Date: Mon, 25 May 2015 08:59:04 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E334A2@SHSMSX103.ccr.corp.intel.com> References: <1432544044-14956-1-git-send-email-huilongx.xu@intel.com> <1432544044-14956-2-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1432544044-14956-2-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] [dts 2/4] [PATCH V1] add generic_filter test for fortville NIC 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, 25 May 2015 08:59:08 -0000 Huilong, You can make specified folder named "executions" to save different types of= execution files. There will be several different kinds execution files, it will left chaos i= f we put all files in dts root folder. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Monday, May 25, 2015 4:54 PM > To: dts@dpdk.org > Subject: [dts] [dts 2/4] [PATCH V1] add generic_filter test for fortville > NIC >=20 > From: huilong xu >=20 >=20 > Signed-off-by: huilong xu > --- > execution_FVL.cfg | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) >=20 > diff --git a/execution_FVL.cfg b/execution_FVL.cfg > index c57f33d..7e5151b 100644 > --- a/execution_FVL.cfg > +++ b/execution_FVL.cfg > @@ -3,7 +3,8 @@ crbs=3D > drivername=3D > test_suites=3D > checksum_offload, > - dynamic_config > + dynamic_config, > + generic_filter > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4