On Tue, Nov 27, 2018 at 5:42 PM Eric Dumazet <eduma...@google.com> wrote: > > Neal pointed out that non sack flows might suffer from ACK compression > added in the following patch ("tcp: implement coalescing on backlog queue") > > Instead of tweaking tcp_add_backlog() we can take into > account how many ACK were coalesced, this information > will be available in skb_shinfo(skb)->gso_segs > > Signed-off-by: Eric Dumazet <eduma...@google.com> > ---
Acked-by: Neal Cardwell <ncardw...@google.com> Thanks! neal