From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752357AbdLGX4u (ORCPT ); Thu, 7 Dec 2017 18:56:50 -0500 Received: from mx3.wp.pl ([212.77.101.10]:30272 "EHLO mx3.wp.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752234AbdLGX4t (ORCPT ); Thu, 7 Dec 2017 18:56:49 -0500 Date: Thu, 7 Dec 2017 15:56:39 -0800 From: Jakub Kicinski To: Aleksey Makarov Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Goutham, Sunil" , Radoslaw Biernacki , Robert Richter , David Daney , Richard Cochran Subject: Re: [PATCH net-next v3 0/2] net: thunderx: add support for PTP clock Message-ID: <20171207155639.0787247a@cakuba.netronome.com> In-Reply-To: <20171206133100.26436-1-aleksey.makarov@cavium.com> References: <20171206133100.26436-1-aleksey.makarov@cavium.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-WP-MailID: 632bdaf6c27b8a6477a3b4816c51743c X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 000000A [YVOE] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Dec 2017 16:30:56 +0300, Aleksey Makarov wrote: > This series adds support for IEEE 1588 Precision Time Protocol > to Cavium ethernet driver. > > The first patch adds support for the Precision Time Protocol Clocks and > Timestamping coprocessor (PTP) found on Cavium processors. > It registers a new PTP clock in the PTP core and provides functions > to use the counter in BGX, TNS, GTI, and NIC blocks. > > The second patch introduces support for the PTP protocol to the > Cavium ThunderX ethernet driver. Since this is PTP-related, would it make sense to CC Richard Cochran on the next revision? From mboxrd@z Thu Jan 1 00:00:00 1970 From: kubakici@wp.pl (Jakub Kicinski) Date: Thu, 7 Dec 2017 15:56:39 -0800 Subject: [PATCH net-next v3 0/2] net: thunderx: add support for PTP clock In-Reply-To: <20171206133100.26436-1-aleksey.makarov@cavium.com> References: <20171206133100.26436-1-aleksey.makarov@cavium.com> Message-ID: <20171207155639.0787247a@cakuba.netronome.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 6 Dec 2017 16:30:56 +0300, Aleksey Makarov wrote: > This series adds support for IEEE 1588 Precision Time Protocol > to Cavium ethernet driver. > > The first patch adds support for the Precision Time Protocol Clocks and > Timestamping coprocessor (PTP) found on Cavium processors. > It registers a new PTP clock in the PTP core and provides functions > to use the counter in BGX, TNS, GTI, and NIC blocks. > > The second patch introduces support for the PTP protocol to the > Cavium ThunderX ethernet driver. Since this is PTP-related, would it make sense to CC Richard Cochran on the next revision?