Merge branch 'ocelot-ptp'
authorDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2021 21:10:16 +0000 (14:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2021 21:10:16 +0000 (14:10 -0700)
commitaae0fdac008e40f3f4de32a6e1ac686b769a9f03
tree579ecd683ca4111cc6d6f81f2d16b2f09f3d25b5
parent23c9c2b314bab7f7f807a2f0cfe06cc4451b6eb7
parent39e5308b3250666cc92c5ca33a667698ac645bd2
Merge branch 'ocelot-ptp'

Yangbo Lu says:

====================
Support Ocelot PTP Sync one-step timestamping

This patch-set is to support Ocelot PTP Sync one-step timestamping.
Actually before that, this patch-set cleans up and optimizes the
DSA slave tx timestamp request handling process.

Changes for v2:
- Split tx timestamp optimization patch.
- Updated doc patch.
- Freed skb->cb usage in dsa core driver, and moved to device
  drivers.
- Other minor fixes.
Changes for v3:
- Switched sequence of patch #3 and #4 with rebasing to fix build.
- Replaced hard coded 48 of memset(skb->cb, 0, 48) with sizeof().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>