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 65DB85683 for ; Mon, 13 Jul 2015 10:01:27 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 13 Jul 2015 01:01:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,461,1432623600"; d="scan'208";a="763320176" Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103]) by orsmga002.jf.intel.com with ESMTP; 13 Jul 2015 01:01:25 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 13 Jul 2015 16:00:51 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Mon, 13 Jul 2015 16:00:50 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [dts 1/2] add ieee1588 test suite for fortville NIC Thread-Index: AQHQvUBX+/shQqbxLUKSNK/qoujcVJ3ZCYJA Date: Mon, 13 Jul 2015 08:00:50 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E60537@SHSMSX103.ccr.corp.intel.com> References: <1436773190-7224-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1436773190-7224-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/2] add ieee1588 test suite 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, 13 Jul 2015 08:01:27 -0000 Thanks, applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilongx,xu > Sent: Monday, July 13, 2015 3:40 PM > To: dts@dpdk.org > Subject: [dts] [dts 1/2] add ieee1588 test suite for fortville NIC >=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 20451a3..9f25802 100644 > --- a/executions/execution_FVL.cfg > +++ b/executions/execution_FVL.cfg > @@ -25,7 +25,8 @@ test_suites=3D > ipv4_reassembly, > scatter, > pmdrssreta, > - pmdrss_hash > + pmdrss_hash, > + ieee1588 > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4