From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH net v2 0/2] ip[6] tunnels: fix mtu calculations Date: Mon, 4 Jun 2018 09:56:43 +0200 Message-ID: <34d6fa7d-cf40-c27c-bca5-d50890acc355@6wind.com> References: <20180530202904.GA23937@splinter> <20180531085933.31079-1-nicolas.dichtel@6wind.com> <20180601.135741.863528561800652928.davem@davemloft.net> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: petrm@mellanox.com, idosch@mellanox.com, netdev@vger.kernel.org To: David Miller Return-path: Received: from mail-wr0-f169.google.com ([209.85.128.169]:33330 "EHLO mail-wr0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752076AbeFDH4q (ORCPT ); Mon, 4 Jun 2018 03:56:46 -0400 Received: by mail-wr0-f169.google.com with SMTP id k16-v6so14891900wro.0 for ; Mon, 04 Jun 2018 00:56:46 -0700 (PDT) In-Reply-To: <20180601.135741.863528561800652928.davem@davemloft.net> Content-Language: fr Sender: netdev-owner@vger.kernel.org List-ID: Le 01/06/2018 à 19:57, David Miller a écrit : [snip] > I think the 0xfff8 value might come from the requirement that ipv6 > fragments need to be a multiple of 8 bytes long. > Oh, thanks for the explanation!