Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754604Ab3I2Qdk (ORCPT ); Sun, 29 Sep 2013 12:33:40 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:34801 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675Ab3I2Qdh (ORCPT ); Sun, 29 Sep 2013 12:33:37 -0400 MIME-Version: 1.0 In-Reply-To: <20130929154546.GA10771@order.stressinduktion.org> References: <1380207108-20030-1-git-send-email-oghorbell@gmail.com> <20130927083730.GC28287@order.stressinduktion.org> <20130927105856.GF28287@order.stressinduktion.org> <20130927170345.GC10343@order.stressinduktion.org> <20130929154546.GA10771@order.stressinduktion.org> Date: Sun, 29 Sep 2013 17:33:37 +0100 Message-ID: Subject: Re: [PATCH] IPv6: Allow the MTU of ipip6 tunnel to be set below 1280 From: Oussama Ghorbel To: Oussama Ghorbel , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Oussama Ghorbel Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2236 Lines: 66 On Sun, Sep 29, 2013 at 4:45 PM, Hannes Frederic Sowa wrote: > On Sun, Sep 29, 2013 at 10:40:11AM +0100, Oussama Ghorbel wrote: >> On Fri, Sep 27, 2013 at 6:03 PM, Hannes Frederic Sowa >> wrote: >> > Ok, let's go with one function per protocol type. Seems easier. >> > >> > It seems to get more hairy, because it depends on the tunnel driver if the >> > prepended ip header is accounted in hard_header_len. :/ >> > >> > I don't know if it works out cleanly. Otherwise I would be ok if the checks >> > just get repeated in ip6_tunnel and leave the rest as-is. >> > >> Yes, It will be the clean way to do it. > > Fine. :) > >> > >> > Linux currently cannot create "jumbograms" (only the receiving side >> > is supported). >> > >> I understand, but what are the benefit from this limit or the harm >> from not specifying it? >> Please check this comment from eth.c >> >> /** >> * eth_change_mtu - set new MTU size >> * @dev: network device >> * @new_mtu: new Maximum Transfer Unit >> * >> * Allow changing MTU size. Needs to be overridden for devices >> * supporting jumbo frames. >> */ >> int eth_change_mtu(struct net_device *dev, int new_mtu) > > Hmm, I cannot judge without the full patch. Will it be applicable > to all net_devices or just ethernet ones? The name could be a bit > misleading. Remindes me a lot of dev_set_mtu based on the signature, btw. Normally to all net_devices, otherwise it could get complicated to check for every dev separately ... But, never mind, the comment below solve the issue > >> So wouldn't be a good idea to let our function open for jumbo frames...? > > Hm, we can document the fact that the function would needed to be updated in > that case. But we should not allow to set a mtu which would require jumbograms > currently. OK, sounds a good. I will check the mtu against the limit IPV6_MAXPLEN, and document the jumbo restriction ... > > Greetings, > > Hannes > Regards, Oussama -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/