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 C8F0E2FDD for ; Thu, 5 Nov 2015 14:37:40 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 05 Nov 2015 05:37:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,247,1444719600"; d="scan'208";a="843807223" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 05 Nov 2015 05:37:41 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.116]) by IRSMSX107.ger.corp.intel.com ([169.254.10.49]) with mapi id 14.03.0248.002; Thu, 5 Nov 2015 13:37:38 +0000 From: "Mcnamara, John" To: "Mrzyglod, DanielX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 0/7] add sample ptp slave application Thread-Index: AQHRFuigeiTyBdeMxEmSaR2hxasXp56Nac5Q Date: Thu, 5 Nov 2015 13:37:37 +0000 Message-ID: References: <1443799208-9408-1-git-send-email-danielx.t.mrzyglod@intel.com> <1446631581-4040-1-git-send-email-danielx.t.mrzyglod@intel.com> In-Reply-To: <1446631581-4040-1-git-send-email-danielx.t.mrzyglod@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/7] add sample ptp slave application 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: Thu, 05 Nov 2015 13:37:41 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Wednesday, November 4, 2015 10:06 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/7] add sample ptp slave application >=20 > Add a sample application that acts as a PTP slave using the DPDK IEEE1588 > functions. >=20 > Also add some additional IEEE1588 support functions to enable getting, > setting and adjusting the device time. Patch 5/7 has a merge conflict with another patch that went in very recentl= y so it is probably worth rebasing that. Otherwise, Series Acked-by: John McNamara