From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH net 1/2] ovs/vxlan: fix rtnl notifications on iface deletion Date: Mon, 13 Jun 2016 09:44:59 +0200 Message-ID: <575E647B.5040503@6wind.com> References: <1465551147-17185-1-git-send-email-nicolas.dichtel@6wind.com> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "David S. Miller" , Linux Kernel Network Developers , Thomas Graf , Pravin B Shelar To: pravin shelar Return-path: Received: from mail-wm0-f44.google.com ([74.125.82.44]:36531 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932165AbcFMHpE (ORCPT ); Mon, 13 Jun 2016 03:45:04 -0400 Received: by mail-wm0-f44.google.com with SMTP id n184so65737439wmn.1 for ; Mon, 13 Jun 2016 00:45:02 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Le 10/06/2016 19:50, pravin shelar a =C3=A9crit : [snip] > Patch looks good except the error handling code. earlier call to > vxlan_dev_configure() registers the net-device and add the device to > vxlan device list. it needs to be undone before freeing the device. >=20 Ok, will fix it (and also for GRE). Thank you, Nicolas