tcp: Honor the eor bit in tcp_mtu_probe
authorIlya Lesokhin <ilyal@mellanox.com>
Mon, 12 Feb 2018 10:57:04 +0000 (12:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2018 16:41:42 +0000 (11:41 -0500)
commit808cf9e38cd7923036a99f459ccc8cf2955e47af
treee2ce55eb21695ac6f43e87bc4b946a318d3f07a1
parentfb23403536eabe81ee90d32cb3051030b871d988
tcp: Honor the eor bit in tcp_mtu_probe

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 <ilyal@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c