OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2022 09:20:45 +0000 (10:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2022 09:20:45 +0000 (10:20 +0100)
commit95657e6a4b5411c7fa074e0459bf081f8c117537
tree440d1632ea7d5664c35ba636022ba3ce24510d7c
parent8ea731d4c2ce721a29b17c7a1ee82c28b80f00ba
parentb1a582e64bf2229e1914068f8ee81a6f83eb0373
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/nex
t-queue

Tony Nguyen says:

====================
ice: detect and report PTP timestamp issues

Jacob Keller says:

This series fixes a few small issues with the cached PTP Hardware Clock
timestamp used for timestamp extension. It also introduces extra checks to
help detect issues with this logic, such as if the cached timestamp is not
updated within the 2 second window.

This introduces a few statistics similar to the ones already available in
other Intel drivers, including tx_hwtstamp_skipped and tx_hwtstamp_timeouts.

It is intended to aid in debugging issues we're seeing with some setups
which might be related to incorrect cached timestamp values.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>