From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin KaFai Lau Subject: Re: kernel warning in tcp_fragment Date: Wed, 12 Aug 2015 20:45:28 -0700 Message-ID: <20150813034528.GC2871239@devbig242.prn2.facebook.com> References: <20150727231947.GC2832181@devbig242.prn2.facebook.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Neal Cardwell , Eric Dumazet , Netdev , David Miller , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , FB Kernel Team To: Jovi Zhangwei Return-path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:26139 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751746AbbHMDqI (ORCPT ); Wed, 12 Aug 2015 23:46:08 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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. Thanks, --Martin