From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] ip_gre: add support for i/o_flags update Date: Fri, 10 Nov 2017 14:40:39 +0900 (KST) Message-ID: <20171110.144039.1422655325428771883.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jbenc@redhat.com To: lucien.xin@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:50894 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbdKJFkl (ORCPT ); Fri, 10 Nov 2017 00:40:41 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Xin Long Date: Tue, 7 Nov 2017 16:33:07 +0800 > ip_gre is using as many ip_tunnel apis as possible, newlink works > fine as gre would do it's own part in .ndo_init. But when changing > link, ip_tunnel_changelink doesn't even update i/o_flags, and also > the update of these flags would cause some other gre's properties > need to be updated or recalculated. > > These two patch are to add i/o_flags update and then do adjustment > on some gre's properties according to the new i/o_flags. Series applied, thank you.