[PATCH v2 net 0/3] Fix PTP packet drops with ocelot-8021q DSA tag protocol

From: Vladimir Oltean
Date: Tue Jun 27 2023 - 12:32:17 EST


Changes in v2:
- Distinguish between L2 and L4 PTP packets
v1 at:
https://lore.kernel.org/netdev/20230626154003.3153076-1-vladimir.oltean@xxxxxxx/

Patch 3/3 fixes an issue with the ocelot/felix driver, where it would
drop PTP traffic on RX unless hardware timestamping for that packet type
was enabled.

Fixing that requires the driver to know whether it had previously
configured the hardware to timestamp PTP packets on that port. But it
cannot correctly determine that today using the existing code structure,
so patches 1/3 and 2/3 fix the control path of the code such that
ocelot->ports[port]->trap_proto faithfully reflects whether that
configuration took place.

Vladimir Oltean (3):
net: mscc: ocelot: don't report that RX timestamping is enabled by
default
net: mscc: ocelot: don't keep PTP configuration of all ports in single
structure
net: dsa: felix: don't drop PTP frames with tag_8021q when RX
timestamping is disabled

drivers/net/dsa/ocelot/felix.c | 12 +++++
drivers/net/ethernet/mscc/ocelot.c | 1 -
drivers/net/ethernet/mscc/ocelot_ptp.c | 66 ++++++++++++++++----------
include/soc/mscc/ocelot.h | 10 ++--
4 files changed, 60 insertions(+), 29 deletions(-)

--
2.34.1