Re: [net-next, v2, 2/7] net: dsa: no longer identify PTP packet in core driver
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2021-04-26 18:39:48
Also in:
lkml, netdev
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2021-04-26 18:39:48
Also in:
lkml, netdev
On 4/26/21 2:37 AM, Yangbo Lu wrote:
Move ptp_classify_raw out of dsa core driver for handling tx timestamp request. Let device drivers do this if they want. Not all drivers want to limit tx timestamping for only PTP packet. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Tested-by: Kurt Kanzenbach <kurt@linutronix.de>
This patch does appear to introduce build failures: https://patchwork.hopto.org/static/nipa/473157/12224031/build_32bit/stderr https://patchwork.kernel.org/project/netdevbpf/patch/20210426093802.38652-4-yangbo.lu@nxp.com/ -- Florian