From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH net 1/2] ip_tunnel: restore binding to ifaces with a large mtu Date: Thu, 31 May 2018 10:52:08 +0200 Message-ID: <1453580f-3d55-22a1-4e0d-f87de674fc96@6wind.com> References: <20180530082843.6076-1-nicolas.dichtel@6wind.com> <20180530082843.6076-2-nicolas.dichtel@6wind.com> <20180530202904.GA23937@splinter> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: davem@davemloft.net, petrm@mellanox.com, idosch@mellanox.com, netdev@vger.kernel.org To: Ido Schimmel Return-path: Received: from mail-wm0-f46.google.com ([74.125.82.46]:37766 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754052AbeEaIwM (ORCPT ); Thu, 31 May 2018 04:52:12 -0400 Received: by mail-wm0-f46.google.com with SMTP id l1-v6so52640263wmb.2 for ; Thu, 31 May 2018 01:52:11 -0700 (PDT) In-Reply-To: <20180530202904.GA23937@splinter> Content-Language: fr Sender: netdev-owner@vger.kernel.org List-ID: Le 30/05/2018 à 22:29, Ido Schimmel a écrit : [snip] > There is another instance of this magic number in the file, but it's > written in lower case so you might have missed it - see > ip_tunnel_newlink(). Can you please take care of it in v2? Good catch, thank you. Will send a v2.