From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Subject: Re: [PATCH mlx5-next 0/2] Improvements for PTP clock in mlx5 driver Date: Tue, 11 Dec 2018 19:41:43 -0800 Message-ID: References: <20181203125942.13088-1-mlichvar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Saeed Mahameed , Linux Netdev List , Richard Cochran , haliu@redhat.com To: mlichvar@redhat.com Return-path: Received: from mail-lf1-f65.google.com ([209.85.167.65]:36617 "EHLO mail-lf1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726220AbeLLDl5 (ORCPT ); Tue, 11 Dec 2018 22:41:57 -0500 Received: by mail-lf1-f65.google.com with SMTP id a16so12439203lfg.3 for ; Tue, 11 Dec 2018 19:41:55 -0800 (PST) In-Reply-To: <20181203125942.13088-1-mlichvar@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Dec 3, 2018 at 4:59 AM Miroslav Lichvar wrote: > > This is a pair of patches for the mlx5 driver related to the PTP clock. > > The first patch fixes a potential issue causing backward jumps due to a > late update of the PHC timecounter. > > The second patch adds support for the PTP_SYS_OFFSET_EXTENDED ioctl. > > Miroslav Lichvar (2): > mlx5: update timecounter at least twice per counter overflow > mlx5: extend PTP gettime function to read system clock Applied to mlx5-next, will be sent to net-next soon. Thanks!