]> git.dujemihanovic.xyz Git - linux.git/commit
net-timestamp: correct the use of SOF_TIMESTAMPING_RAW_HARDWARE
authorJason Xing <kernelxing@tencent.com>
Sun, 8 Sep 2024 12:41:41 +0000 (20:41 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 Sep 2024 23:55:08 +0000 (16:55 -0700)
commite503f82e304b039332226008addac9d13ac68cb9
treefa2412d3122ffd6e8e73e342cbcc14526c9e8a1d
parentcce2991e7e705bbfcc3e7800b025c68201d9998f
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/66d8c21d3042a_163d93294cb@willemb.c.googlers.com.notmuch/
Suggested-by: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jason Xing <kernelxing@tencent.com>
Link: https://patch.msgid.link/20240908124141.39628-1-kerneljasonxing@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/timestamping.rst