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 03C711288 for ; Mon, 1 Jun 2015 11:02:28 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 01 Jun 2015 02:02:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,531,1427785200"; d="scan'208";a="734826347" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by fmsmga002.fm.intel.com with ESMTP; 01 Jun 2015 02:02:26 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) 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:02:26 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.23]) by shsmsx102.ccr.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0224.002; Mon, 1 Jun 2015 17:02:24 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [dts 1/3] [PATCH V2] add generic filter test for niantic and fortville nic test Thread-Index: AQHQl326EZjCNZcZZkeR+OgjG6PrSJ2XZFSA Date: Mon, 1 Jun 2015 09:02:24 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E366C7@SHSMSX103.ccr.corp.intel.com> References: <1432621918-18883-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1432621918-18883-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] [dts 1/3] [PATCH V2] add generic filter 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, 01 Jun 2015 09:02:29 -0000 Thanks, applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Tuesday, May 26, 2015 2:32 PM > To: dts@dpdk.org > Subject: [dts] [dts 1/3] [PATCH V2] add generic filter test for niantic > and fortville nic test >=20 > From: huilong xu >=20 >=20 > Signed-off-by: huilong xu > --- > execution.cfg | 34 ---------------------------------- > execution_FVL.cfg | 20 -------------------- > executions/execution.cfg | 35 +++++++++++++++++++++++++++++++++++ > executions/execution_FVL.cfg | 21 +++++++++++++++++++++ > 4 files changed, 56 insertions(+), 54 deletions(-) > delete mode 100644 execution.cfg > delete mode 100644 execution_FVL.cfg > create mode 100644 executions/execution.cfg > create mode 100644 executions/execution_FVL.cfg >=20 > diff --git a/execution.cfg b/execution.cfg > deleted file mode 100644 > index 3d38026..0000000 > --- a/execution.cfg > +++ /dev/null > @@ -1,34 +0,0 @@ > -[Execution1] > -crbs=3D > -drivername=3D > -test_suites=3D > - cmdline, > - hello_world, > - multiprocess, > - timer, > - blacklist, > - whitelist, > - ieee1588, > - checksum_offload, > - jumboframes, > - ipfrag, > - link_flowctrl, > - fdir, > - vlan, > - ip_pipeline, > - pmd_bonded, > - dynamic_config > -targets=3D > - x86_64-native-linuxapp-gcc > -parameters=3Dnic_type=3Dcfg:func=3Dtrue > - > -[Execution2] > -crbs=3D > -drivername=3D > -test_suites=3D > - l2fwd, > - l3fwd, > - pmd > -targets=3D > - x86_64-native-linuxapp-gcc > -parameters=3Dnic_type=3Dniantic:perf=3Dtrue > diff --git a/execution_FVL.cfg b/execution_FVL.cfg > deleted file mode 100644 > index c57f33d..0000000 > --- a/execution_FVL.cfg > +++ /dev/null > @@ -1,20 +0,0 @@ > -[Execution1] > -crbs=3D > -drivername=3D > -test_suites=3D > - checksum_offload, > - dynamic_config > -targets=3D > - x86_64-native-linuxapp-gcc > -parameters=3Dnic_type=3Dcfg:func=3Dtrue > - > -[Execution2] > -crbs=3D > -drivername=3D > -test_suites=3D > - l2fwd, > - l3fwd, > - pmd > -targets=3D > - x86_64-native-linuxapp-gcc > -parameters=3Dnic_type=3Dniantic:perf=3Dtrue > diff --git a/executions/execution.cfg b/executions/execution.cfg > new file mode 100644 > index 0000000..73d70f6 > --- /dev/null > +++ b/executions/execution.cfg > @@ -0,0 +1,35 @@ > +[Execution1] > +crbs=3D > +drivername=3D > +test_suites=3D > + cmdline, > + hello_world, > + multiprocess, > + timer, > + blacklist, > + whitelist, > + ieee1588, > + checksum_offload, > + jumboframes, > + ipfrag, > + link_flowctrl, > + fdir, > + vlan, > + ip_pipeline, > + pmd_bonded, > + dynamic_config, > + generic_filter > +targets=3D > + x86_64-native-linuxapp-gcc > +parameters=3Dnic_type=3Dcfg:func=3Dtrue > + > +[Execution2] > +crbs=3D > +drivername=3D > +test_suites=3D > + l2fwd, > + l3fwd, > + pmd > +targets=3D > + x86_64-native-linuxapp-gcc > +parameters=3Dnic_type=3Dniantic:perf=3Dtrue > diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg > new file mode 100644 > index 0000000..7e5151b > --- /dev/null > +++ b/executions/execution_FVL.cfg > @@ -0,0 +1,21 @@ > +[Execution1] > +crbs=3D > +drivername=3D > +test_suites=3D > + checksum_offload, > + dynamic_config, > + generic_filter > +targets=3D > + x86_64-native-linuxapp-gcc > +parameters=3Dnic_type=3Dcfg:func=3Dtrue > + > +[Execution2] > +crbs=3D > +drivername=3D > +test_suites=3D > + l2fwd, > + l3fwd, > + pmd > +targets=3D > + x86_64-native-linuxapp-gcc > +parameters=3Dnic_type=3Dniantic:perf=3Dtrue > -- > 1.7.4.4