[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220305112127.68529-1-kurt@linutronix.de>
Date: Sat, 5 Mar 2022 12:21:24 +0100
From: Kurt Kanzenbach <kurt@...utronix.de>
To: Richard Cochran <richardcochran@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: Andrew Lunn <andrew@...n.ch>,
Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>,
Yonghong Song <yhs@...com>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Divya Koppera <Divya.Koppera@...rochip.com>,
Horatiu Vultur <horatiu.vultur@...rochip.com>,
netdev@...r.kernel.org, Kurt Kanzenbach <kurt@...utronix.de>
Subject: [PATCH net-next 0/3] ptp: Add generic is_sync() function
Hi,
as multiple PHY drivers such as micrel or TI dp83640 need to inspect whether a
given skb represents a PTP Sync message, provide a generic function for it. This
avoids code duplication and can be reused by future PHY IEEE 1588 implementations.
Thanks,
Kurt
Kurt Kanzenbach (3):
ptp: Add generic PTP is_sync() function
dp83640: Use generic ptp_msg_is_sync() function
micrel: Use generic ptp_msg_is_sync() function
drivers/net/phy/dp83640.c | 13 +------------
drivers/net/phy/micrel.c | 13 +------------
include/linux/ptp_classify.h | 15 +++++++++++++++
net/core/ptp_classifier.c | 12 ++++++++++++
4 files changed, 29 insertions(+), 24 deletions(-)
--
2.30.2
Powered by blists - more mailing lists