Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 70e28ef2 authored by WingMan Kwok's avatar WingMan Kwok Committed by Lokesh Vutla
Browse files

net: socket: forward extra timestamp of received skb to user space


Other than the normal receive timestamp, a packet received over
a redundant network port may have an additional timestamp associated
with. This is the transmit timestamp of the received packet over the
other redundant network port due to the cut-through forwarding of
underlying hardware device.

The additional timestamp, or the red_hwtstamps in the shared redundant
info area of the received skb, is forwarded to user space as
SCM_RED_TIMESTAMPING type control message.

Signed-off-by: default avatarWingMan Kwok <w-kwok2@ti.com>
Signed-off-by: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent a4aead6f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment