Re: [PATCH net] phy: mscc: Fix parsing of unicast frames
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-07-26 15:07:26
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-07-26 15:07:26
Also in:
lkml
On Sat, Jul 26, 2025 at 04:03:07PM +0200, Horatiu Vultur wrote:
According to the 1588 standard, it is possible to use both unicast and
multicast frames to send the PTP information. It was noticed that if the
frames were unicast they were not processed by the analyzer meaning that
they were not timestamped. Therefore fix this to match also these
unicast frames.
Fixes: ab2bf9339357 ("net: phy: mscc: 1588 block initialization")
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew