Re: [PATCH 4.14 2/2] net: add missing SOF_TIMESTAMPING_OPT_ID support

From: Willem de Bruijn
Date: Wed Apr 06 2022 - 17:08:20 EST


On Wed, Apr 6, 2022 at 3:30 PM Vladimir Oltean <vladimir.oltean@xxxxxxx> wrote:
>
> From: Willem de Bruijn <willemb@xxxxxxxxxx>
>
> [ Upstream commit 8f932f762e7928d250e21006b00ff9b7718b0a64 ]
>
> SOF_TIMESTAMPING_OPT_ID is supported on TCP, UDP and RAW sockets.
> But it was missing on RAW with IPPROTO_IP, PF_PACKET and CAN.
>
> Add skb_setup_tx_timestamp that configures both tx_flags and tskey
> for these paths that do not need corking or use bytestream keys.
>
> Fixes: 09c2d251b707 ("net-timestamp: add key to disambiguate concurrent datagrams")
> Signed-off-by: Willem de Bruijn <willemb@xxxxxxxxxx>
> Acked-by: Soheil Hassas Yeganeh <soheil@xxxxxxxxxx>
> Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>

Acked-by: Willem de Bruijn <willemb@xxxxxxxxxx>

Thanks for handling the cherry-pick to stable of this fix, Vladimir.