Re: [PATCH net-next v3 1/3] net: ptp: introduce common defines for PTP message types

2020-11-20 Thread Vladimir Oltean
On Fri, Nov 20, 2020 at 09:41:04AM +0100, Christian Eggers wrote: > Using PTP wide defines will obsolete different driver internal defines > and uses of magic numbers. > > Signed-off-by: Christian Eggers > Cc: Kurt Kanzenbach > --- Reviewed-by: Vladimir Oltean

[PATCH net-next v3 1/3] net: ptp: introduce common defines for PTP message types

2020-11-20 Thread Christian Eggers
Using PTP wide defines will obsolete different driver internal defines and uses of magic numbers. Signed-off-by: Christian Eggers Cc: Kurt Kanzenbach --- include/linux/ptp_classify.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/linux/ptp_classify.h b/include