]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'ocelot-ptp-fixes'
authorJakub Kicinski <kuba@kernel.org>
Sun, 8 Dec 2024 01:56:49 +0000 (17:56 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 8 Dec 2024 01:56:49 +0000 (17:56 -0800)
commitab80e715b70a5d585c922862d70cee58de9cb3cd
tree716da66e5c8df5acc5edd1db009036a01de68279
parentcdd0b9132d710d41da2e7d15af8e0da2aca7a22c
parent43a4166349a254446e7a3db65f721c6a30daccf3
Merge branch 'ocelot-ptp-fixes'

Vladimir Oltean says:

====================
Ocelot PTP fixes

This is another attempt at "net: mscc: ocelot: be resilient to loss of
PTP packets during transmission".
https://lore.kernel.org/netdev/20241203164755.16115-1-vladimir.oltean@nxp.com/

The central change is in patch 4/5. It recovers a port from a very
reproducible condition where previously, it would become unable to take
any hardware TX timestamp.

Then we have patches 1/5 and 5/5 which are extra bug fixes.

Patches 2/5 and 3/5 are logical changes split out of the monolithic
patch previously submitted as v1, so that patch 4/5 is hopefully easier
to follow.
====================

Link: https://patch.msgid.link/20241205145519.1236778-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>