On Wed, May 2, 2018 at 11:25 PM Eric Dumazet <eduma...@google.com> wrote:
> When adding rb-tree for TCP retransmit queue, we inadvertently broke > TCP autocorking. > tcp_should_autocork() should really check if the rtx queue is not empty. ... > Fixes: 75c119afe14f ("tcp: implement rb-tree based retransmit queue") > Signed-off-by: Eric Dumazet <eduma...@google.com> > Reported-by: Michael Wenig <mwe...@vmware.com> > Tested-by: Michael Wenig <mwe...@vmware.com> > --- Acked-by: Neal Cardwell <ncardw...@google.com> Nice. Thanks, Eric! neal