]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27cffdc8bc534538bc20946a6cebd53f4eba8043
tree440d1632ea7d5664c35ba636022ba3ce24510d7c
parent0889880be8a406d00e3e5c4bab958935a7871671
parent73fb599ae5a878074991d11b264696732f264646
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>