From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH v2 1/1] tcp: Honor the eor bit in tcp_mtu_probe Date: Mon, 05 Feb 2018 10:44:25 -0800 Message-ID: <1517856265.3715.145.camel@gmail.com> References: <20180205181832.95136-1-ilyal@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: borisp@mellanox.com To: Ilya Lesokhin , netdev@vger.kernel.org, kafai@fb.com Return-path: Received: from mail-pg0-f65.google.com ([74.125.83.65]:40469 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753830AbeBESo1 (ORCPT ); Mon, 5 Feb 2018 13:44:27 -0500 Received: by mail-pg0-f65.google.com with SMTP id g2so3508385pgn.7 for ; Mon, 05 Feb 2018 10:44:27 -0800 (PST) In-Reply-To: <20180205181832.95136-1-ilyal@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2018-02-05 at 20:18 +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 > --- > net/ipv4/tcp_output.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+) Reviewed-by: Eric Dumazet Thanks Ilya