[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140812.151635.1278569430365375157.davem@davemloft.net>
Date: Tue, 12 Aug 2014 15:16:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: willemb@...gle.com
Cc: netdev@...r.kernel.org, eric.dumazet@...il.com,
richardcochran@...il.com
Subject: Re: [PATCH net] net-timestamp: fix missing tcp fragmentation cases
From: Willem de Bruijn <willemb@...gle.com>
Date: Tue, 12 Aug 2014 15:08:12 -0400
> Bytestream timestamps are correlated with a single byte in the skbuff,
> recorded in skb_shinfo(skb)->tskey. When fragmenting skbuffs, ensure
> that the tskey is set for the fragment in which the tskey falls
> (seqno <= tskey < end_seqno).
>
> The original implementation did not address fragmentation in
> tcp_fragment or tso_fragment. Add code to inspect the sequence numbers
> and move both tskey and the relevant tx_flags if necessary.
>
> Reported-by: Eric Dumazet <eric.dumazet@...il.com>
> Signed-off-by: Willem de Bruijn <willemb@...gle.com>
Also applied, thanks Willem.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists