Re: [PATCH 1/1] tcp: Honor the eor bit in tcp_mtu_probe

2018-02-06 Thread kbuild test robot
Hi Ilya, I love your patch! Perhaps something to improve: [auto build test WARNING on net/master] [also build test WARNING on v4.15 next-20180206] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/1] tcp: Honor the eor bit in tcp_mtu_probe

2018-02-05 Thread Eric Dumazet
On Mon, 2018-02-05 at 07:52 -0800, Eric Dumazet wrote: > On Mon, 2018-02-05 at 17:11 +0200, Ilya Lesokhin wrote: > > Avoid SKB coalescing if eor bit is set in one of the relevant > > SKBs. > > > > Fixes: c134ecb87817 ("tcp: Make use of MSG_EOR in tcp_sendmsg") > > Signed-off-by: Ilya Lesokhin

Re: [PATCH 1/1] tcp: Honor the eor bit in tcp_mtu_probe

2018-02-05 Thread Eric Dumazet
On Mon, 2018-02-05 at 17:11 +0200, Ilya Lesokhin wrote: > Avoid SKB coalescing if eor bit is set in one of the relevant > SKBs. > > Fixes: c134ecb87817 ("tcp: Make use of MSG_EOR in tcp_sendmsg") > Signed-off-by: Ilya Lesokhin > --- Reviewed-by: Eric Dumazet

[PATCH 1/1] tcp: Honor the eor bit in tcp_mtu_probe

2018-02-05 Thread Ilya Lesokhin
Avoid SKB coalescing if eor bit is set in one of the relevant SKBs. Fixes: c134ecb87817 ("tcp: Make use of MSG_EOR in tcp_sendmsg") Signed-off-by: Ilya Lesokhin --- net/ipv4/tcp_output.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/net/ipv4/tcp_output.c