On Tue, 2016-11-01 at 12:35 -0400, Neal Cardwell wrote: > On Tue, Nov 1, 2016 at 11:32 AM, Eric Dumazet <[email protected]> wrote: > > > > From: Eric Dumazet <[email protected]> > > > > As Ilya Lesokhin suggested, we can collapse two skbs at retransmit > > time even if the skb at the right has fragments. > > > > We simply have to use more generic skb_copy_bits() instead of > > skb_copy_from_linear_data() in tcp_collapse_retrans() > >
> > > > Reported-by: Ilya Lesokhin <[email protected]> > > Signed-off-by: Eric Dumazet <[email protected]> > > Cc: Neal Cardwell <[email protected]> > > --- > > Acked-by: Neal Cardwell <[email protected]> > Thanks Neal. David please hold this patch, further tests show an issue I need to track and fix.
