On 11/21/2018 02:31 PM, Yuchung Cheng wrote: > On Wed, Nov 21, 2018 at 9:52 AM, Eric Dumazet <eduma...@google.com> wrote: >> + > Really nice! would it make sense to re-use (some of) the similar > tcp_try_coalesce()? > Maybe, but it is a bit complex, since skbs in receive queues (regular or out of order) are accounted differently (they have skb->destructor set) Also they had the TCP header pulled already, while the backlog coalescing also has to make sure TCP options match. Not sure if we want to add extra parameters and conditional checks...
- [PATCH net-next 3/3] tcp: implement head drops in backlog qu... Eric Dumazet
- Re: [PATCH net-next 3/3] tcp: implement head drops in b... Yuchung Cheng
- Re: [PATCH net-next 3/3] tcp: implement head drops ... Eric Dumazet
- Re: [PATCH net-next 3/3] tcp: implement head dr... Yuchung Cheng
- Re: [PATCH net-next 3/3] tcp: implement hea... Eric Dumazet
- Re: [PATCH net-next 3/3] tcp: implemen... Eric Dumazet
- Re: [PATCH net-next 3/3] tcp: impl... Yuchung Cheng
- Re: [PATCH net-next 3/3] tcp: impl... Eric Dumazet
- [PATCH net-next 2/3] tcp: implement coalescing on backlog qu... Eric Dumazet
- Re: [PATCH net-next 2/3] tcp: implement coalescing on b... Yuchung Cheng
- Re: [PATCH net-next 2/3] tcp: implement coalescing ... Eric Dumazet
- Re: [PATCH net-next 2/3] tcp: implement coalesc... Yuchung Cheng
- Re: [PATCH net-next 2/3] tcp: implement coalescing on b... Neal Cardwell
- Re: [PATCH net-next 2/3] tcp: implement coalescing ... Eric Dumazet
- Re: [PATCH net-next 2/3] tcp: implement coalesc... Eric Dumazet
- Re: [PATCH net-next 0/3] tcp: take a bit more care of backlo... David Miller