From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3B05DE72 for ; Tue, 10 Nov 2015 16:18:14 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 10 Nov 2015 07:18:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,270,1444719600"; d="scan'208";a="597602541" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 10 Nov 2015 07:18:11 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 10 Nov 2015 07:18:11 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 10 Nov 2015 07:18:11 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.138]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.83]) with mapi id 14.03.0248.002; Tue, 10 Nov 2015 23:18:09 +0800 From: "Liu, Yong" To: "Mcnamara, John" , Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions Thread-Index: AQHRG8IaQXEdzPA35U6GqKAXGl9rA56VV5iw Date: Tue, 10 Nov 2015 15:18:08 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F639CA@SHSMSX103.ccr.corp.intel.com> References: <1443799208-9408-1-git-send-email-danielx.t.mrzyglod@intel.com> <2257223.vnG0RKMETz@xps13> <3893351.MZRdjpoyuB@xps13> In-Reply-To: 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:18:14 -0000 Hi Thomas& John, Some update from validation team. > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John > Sent: Tuesday, November 10, 2015 10:12 PM > To: Thomas Monjalon > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 > support functions >=20 > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Tuesday, November 10, 2015 11:58 AM > > To: Mcnamara, John > > Cc: Mrzyglod, DanielX T; dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 > > support functions > > > > 2015-11-10 11:36, Mcnamara, John: > > > From: Thomas Monjalon > > > > I'll try to fix it now to be sure it will be one of the first serie= s > > > > ready for the 2.3 cycle. > > > > > > These comments are minor and could be fixed now. > > > > After having a closer look in the drivers change, it seems to be > > restricted to the PTP functions of the Intel drivers. > > So you can ask to the Intel validation team if they are OK to add it in > > RC2. > > I think it would be a wrong idea because we need to stop moving the > ethdev > > and drivers code, and focus on other DPDK areas for the RC2. >=20 > Hi Thomas, >=20 > Ok. I'll ask the validation team to evaluate the effect of the patches. >=20 >=20 For our validation team's view, in this patch set implemented some APIs whi= ch used to support Precision Time Protocol. The sample based those APIs can work as real ptp client. We have verified i= t work fine with linux ptp server.