From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH 1/1] tcp: Honor the eor bit in tcp_mtu_probe Date: Mon, 05 Feb 2018 07:52:28 -0800 Message-ID: <1517845948.3715.142.camel@gmail.com> References: <20180205151126.77495-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-f42.google.com ([74.125.83.42]:45706 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753262AbeBEPwd (ORCPT ); Mon, 5 Feb 2018 10:52:33 -0500 Received: by mail-pg0-f42.google.com with SMTP id m136so18862025pga.12 for ; Mon, 05 Feb 2018 07:52:33 -0800 (PST) In-Reply-To: <20180205151126.77495-1-ilyal@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 Thanks.