From: Eric Dumazet
Date: Thu, 15 Sep 2016 09:33:02 -0700
> From: Eric Dumazet
>
> With large BDP TCP flows and lossy networks, it is very important
> to keep a low number of skbs in the write queue.
>
> RACK and SACK processing can perform a linear scan of it.
>
> We should avoid putting any
On Thu, Sep 15, 2016 at 9:33 AM, Eric Dumazet wrote:
>
> From: Eric Dumazet
>
> With large BDP TCP flows and lossy networks, it is very important
> to keep a low number of skbs in the write queue.
>
> RACK and SACK processing can perform a linear scan of it.
>
> We should avoid putting any payloa
From: Eric Dumazet
With large BDP TCP flows and lossy networks, it is very important
to keep a low number of skbs in the write queue.
RACK and SACK processing can perform a linear scan of it.
We should avoid putting any payload in skb->head, so that SACK
shifting can be done if needed.
With th