On Tue, Nov 27, 2018 at 10:57 AM Eric Dumazet <eduma...@google.com> wrote: > > Tell the compiler that most TCP flows are using SACK these days. > > There is no need to add the unlikely() clause in tcp_is_reno(), > the compiler is able to infer it. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > ---
Acked-by: Neal Cardwell <ncardw...@google.com> Nice. Thanks! neal