From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B43EC5A8B for ; Thu, 4 Jun 2015 05:32:56 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 03 Jun 2015 20:32:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,549,1427785200"; d="scan'208";a="705035356" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga001.jf.intel.com with ESMTP; 03 Jun 2015 20:32:50 -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; Thu, 4 Jun 2015 11:32:49 +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; Thu, 4 Jun 2015 11:32:47 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1 1/3] add fdir for niantic and fortville test Thread-Index: AQHQnc6Axv8bfFO3+U61ePF2j2U8X52bspSA Date: Thu, 4 Jun 2015 03:32:48 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E37F5F@SHSMSX103.ccr.corp.intel.com> References: <1433316313-29239-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1433316313-29239-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 Subject: Re: [dts] [PATCH V1 1/3] add fdir for niantic and fortville 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: Thu, 04 Jun 2015 03:32:57 -0000 Thanks, applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Wednesday, June 03, 2015 3:25 PM > To: dts@dpdk.org > Subject: [dts] [PATCH V1 1/3] add fdir for niantic and fortville 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 a749008..b3a7479 100644 > --- a/executions/execution.cfg > +++ b/executions/execution.cfg > @@ -20,7 +20,8 @@ test_suites=3D > dynamic_config, > generic_filter, > dual_vlan, > - shutdown_api > + shutdown_api, > + fdir > 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 f2a3e7e..600c693 100644 > --- a/executions/execution_FVL.cfg > +++ b/executions/execution_FVL.cfg > @@ -8,7 +8,8 @@ test_suites=3D > dual_vlan, > vlan, > shutdown_api, > - queue_start_stop > + queue_start_stop, > + fdir > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4