commit | d7c08826558811e1bf88de3750a7051f27d0e25c | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Wed Jun 30 16:12:00 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 01 13:08:18 2021 -0700 |
tree | 7c6d68b3635ac6967988bb3891865b53f7161a16 | |
parent | d463126e23f112629edb01594141ca437a92a108 [diff] |
net: socket: support hardware timestamp conversion to PHC bound This patch is to support hardware timestamp conversion to PHC bound. This applies to both RX and TX since their skb handling (for TX, it's skb clone in error queue) all goes through __sock_recv_timestamp. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>