Re: [PATCH v6 net-next 5/7] net: fix documentation of struct scm_timestamping
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2017-05-19 16:00:04
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2017-05-19 16:00:04
On Fri, May 19, 2017 at 11:52 AM, Miroslav Lichvar [off-list ref] wrote:
The scm_timestamping struct may return multiple non-zero fields, e.g. when both software and hardware RX timestamping is enabled, or when the SO_TIMESTAMP(NS) option is combined with SCM_TIMESTAMPING and a false software timestamp is generated in the recvmsg() call in order to always return a SCM_TIMESTAMP(NS) message. CC: Richard Cochran <richardcochran@gmail.com> CC: Willem de Bruijn <willemb@google.com> Signed-off-by: Miroslav Lichvar <redacted>
Acked-by: Willem de Bruijn <willemb@google.com>