From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jovi Zhangwei Subject: Re: kernel warning in tcp_fragment Date: Thu, 13 Aug 2015 16:05:04 -0700 Message-ID: References: <20150727231947.GC2832181@devbig242.prn2.facebook.com> <20150813034528.GC2871239@devbig242.prn2.facebook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Neal Cardwell , Eric Dumazet , Netdev , David Miller , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , FB Kernel Team To: Martin KaFai Lau Return-path: Received: from mail-la0-f52.google.com ([209.85.215.52]:34834 "EHLO mail-la0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753095AbbHMXFG (ORCPT ); Thu, 13 Aug 2015 19:05:06 -0400 Received: by lahi9 with SMTP id i9so34362983lah.2 for ; Thu, 13 Aug 2015 16:05:04 -0700 (PDT) In-Reply-To: <20150813034528.GC2871239@devbig242.prn2.facebook.com> Sender: netdev-owner@vger.kernel.org List-ID: Hi, On Wed, Aug 12, 2015 at 8:45 PM, Martin KaFai Lau wrote: > On Mon, Aug 10, 2015 at 02:35:37PM -0400, Neal Cardwell wrote: >> On Mon, Aug 10, 2015 at 2:10 PM, Jovi Zhangwei wrote: >> > >> > Ping? >> > >> > We saw a lot of this warnings in our production system. It would be >> > great appreciate if someone can give us the fix on this warnings. :) >> >> What is your net.ipv4.tcp_mtu_probing setting? If 1, have you tried >> setting it to 0? > > Hi Jovi, If setting net.ipv4.tcp_mtu_probing=0 helps, can you give the > patch we posted earlier a try: https://patchwork.ozlabs.org/patch/481609/ > It is the same patch that I pointed out earlier. You can click > on the download link. > > We are currently using a similar patch while keeping net.ipv4.tcp_mtu_probing=1. > Our system need net.ipv4.tcp_mtu_probing, so we cannot set it to 0. We are testing previous patch given by Neal, I will let you know the result. Thanks.