From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tore Anderson Subject: Re: [PATCH net-next] ipv6: =?UTF-8?Q?RTAX=5FFEATURE=5FALLFRAG=20c?= =?UTF-8?Q?auses=20inefficient=20TCP=20segment=20sizing?= Date: Wed, 25 Apr 2012 11:51:37 +0200 Message-ID: <171c22af5ae0b0f70e7b81baad260de6@greed.fud.no> References: <1335289058.5205.165.camel@edumazet-glaptop> <1335298228.5205.168.camel@edumazet-glaptop> <1335331960.5205.180.camel@edumazet-glaptop> <1335346710.3274.24.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: =?UTF-8?Q?Maciej_=C5=BBenczykowski?= , David Miller , netdev , Tom Herbert To: Eric Dumazet Return-path: Received: from greed.fud.no ([87.238.35.20]:55688 "EHLO greed.fud.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757154Ab2DYJvm (ORCPT ); Wed, 25 Apr 2012 05:51:42 -0400 In-Reply-To: <1335346710.3274.24.camel@edumazet-glaptop> Sender: netdev-owner@vger.kernel.org List-ID: * Eric Dumazet > Hmm, but what if we change linux to choice a) instead of b) ? > > That is, not cap mtu to minimum value 1280 (and not use anymore > RTAX_FEATURE_ALLFRAG) : dst_allfrag() would be always false. Yep. > In this case, do we still need to send the frag header ? No - the (translated) IPv4 packet should then fit onto the small-MTU IPv4 link without any fragmentation (by the IPv4 router) required. So you end up with perfectly regular end-to-end Path MTU Discovery. Tore