Skip to content

Commit e503f82

Browse files
JasonXingkuba-moo
authored andcommitted
net-timestamp: correct the use of SOF_TIMESTAMPING_RAW_HARDWARE
SOF_TIMESTAMPING_RAW_HARDWARE is a report flag which passes the timestamps generated by either SOF_TIMESTAMPING_TX_HARDWARE or SOF_TIMESTAMPING_RX_HARDWARE to the userspace all the time. So let us revise the doc here. Link: https://lore.kernel.org/all/[email protected]/ Suggested-by: Willem de Bruijn <[email protected]> Reviewed-by: Willem de Bruijn <[email protected]> Signed-off-by: Jason Xing <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent cce2991 commit e503f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/networking/timestamping.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ SOF_TIMESTAMPING_SYS_HARDWARE:
158158

159159
SOF_TIMESTAMPING_RAW_HARDWARE:
160160
Report hardware timestamps as generated by
161-
SOF_TIMESTAMPING_TX_HARDWARE when available.
161+
SOF_TIMESTAMPING_TX_HARDWARE or SOF_TIMESTAMPING_RX_HARDWARE
162+
when available.
162163

163164

164165
1.3.3 Timestamp Options

0 commit comments

Comments
 (0)