On Wed, Apr 20, 2016 at 1:50 AM, Martin KaFai Lau <[email protected]> wrote:
> When a tcp skb is sliced into two smaller skbs (e.g. in
> tcp_fragment() and tso_fragment()),  it does not carry
> the txstamp_ack bit to the newly created skb if it is needed.
> The end result is a timestamping event (SCM_TSTAMP_ACK) will
> be missing from the sk->sk_error_queue.
>
> This patch carries this bit to the new skb2
> in tcp_fragment_tstamp().

> Signed-off-by: Martin KaFai Lau <[email protected]>
> Cc: Eric Dumazet <[email protected]>
> Cc: Neal Cardwell <[email protected]>
> Cc: Soheil Hassas Yeganeh <[email protected]>
> Cc: Willem de Bruijn <[email protected]>
> Cc: Yuchung Cheng <[email protected]>
> Acked-by: Soheil Hassas Yeganeh <[email protected]>

Acked-by: Willem de Bruijn <[email protected]>

Reply via email to