Re: [PATCH net-next 2/2] net: dsa: mv88e6xxx: embedded PTP timestamp support
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-07-03 15:14:10
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-07-03 15:14:10
Also in:
lkml
+ /* Arrival Time Stamp Mode (ArrTSMode); see the ArrTSMode encoding in + * hwtstamp.h. Zero (the default) leaves arrival time stamps in the + * switch registers; non-zero embeds them in the frame, either appended + * as a trailer or overwritten at that byte offset past the start of the + * PTP common header.
So how do you indicate trailer?
+++ b/drivers/net/dsa/mv88e6xxx/hwtstamp.c@@ -8,6 +8,8 @@ * Erik Hons <erik.hons@ni.com> * Brandon Streiff <brandon.streiff@ni.com> * Dane Wagner <dane.wagner@ni.com> + * + * Copyright (c) 2025 PADL Software Pty Ltd
It is unusual to add a copyright for the passed.
Andrew
---
pw-bot: cr