From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D64BFA04C7; Mon, 14 Sep 2020 20:01:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A906FFA; Mon, 14 Sep 2020 20:01:20 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CFAEBE07 for ; Mon, 14 Sep 2020 20:01:18 +0200 (CEST) IronPort-SDR: pr4I8YXyb/Yq572DVaGhUknklHPo2MmVFyxS3crnGJdazpQL3VUqcxqq2U9x4sffBYxUj8DJov JtVAZLvUA2DA== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="146822006" X-IronPort-AV: E=Sophos;i="5.76,427,1592895600"; d="scan'208";a="146822006" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 11:01:17 -0700 IronPort-SDR: qLPVzWw34ty7ppOxW54gFD2xQ92oapJGgUDfjjig1zIWkLQ0ODMMLNmKG/EgBGMOItnMCh1rjk xpKcUnnmrrNg== X-IronPort-AV: E=Sophos;i="5.76,427,1592895600"; d="scan'208";a="507231677" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.247.225]) ([10.213.247.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 11:01:16 -0700 To: "Somalapuram, Amaranath" , "Sebastian, Selwin" , "dev@dpdk.org" References: <20200609151343.2097-1-selwin.sebastian@amd.com> From: Ferruh Yigit Message-ID: <023d90cf-e671-05f8-d6ae-8cfe447d4e8f@intel.com> Date: Mon, 14 Sep 2020 19:01:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2] net/axgbe: enable IEEE 1588 PTP support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/14/2020 3:25 PM, Somalapuram, Amaranath wrote: > [AMD Official Use Only - Internal Distribution Only] > It would be nice if above text can be removed. > -----Original Message----- > From: Sebastian, Selwin > Sent: Tuesday, June 9, 2020 8:44 PM > To: dev@dpdk.org > Cc: Somalapuram, Amaranath > Subject: [PATCH v2] net/axgbe: enable IEEE 1588 PTP support > > From: Selwin Sebastian > > Add ethdev APIs to support PTP timestamping > > Signed-off-by: Selwin Sebastian > > Acked-by: Amaranath Somalapuram > Applied to dpdk-next-net/main, thanks.