On Sun, Nov 11, 2018 at 9:41 AM Eric Dumazet <eduma...@google.com> wrote: > > Applications using MSG_EOR are giving a strong hint to TCP stack : > > Subsequent sendmsg() can not append more bytes to skbs having > the EOR mark. > > Do not try to TSO defer suchs skbs, there is really no hope. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > Acked-by: Soheil Hassas Yeganeh <soh...@google.com> > --- > net/ipv4/tcp_output.c | 4 ++++ > 1 file changed, 4 insertions(+)
Thanks! Acked-by: Neal Cardwell <ncardw...@google.com> neal