From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: [ofa-general] Re: [PATCH 02/11] IB/ipoib: Notify the world before doing unregister Date: Tue, 18 Sep 2007 10:42:57 -0700 Message-ID: References: <11898132301664-git-send-email-fubar@us.ibm.com> <11898132322950-git-send-email-fubar@us.ibm.com> <1189813234208-git-send-email-fubar@us.ibm.com> <18593.1190071438@death> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, jgarzik@pobox.com, davem@davemloft.net, general@lists.openfabrics.org To: Jay Vosburgh Return-path: In-Reply-To: (Roland Dreier's message of "Mon, 17 Sep 2007 16:33:39 -0700") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: netdev.vger.kernel.org > Maybe this new notification function should be in net/core/dev.c > instead of exporting call_netdevice_notifiers()? Or actually, does it work to add the call to the notifiers directly in unregister_netdev() so that device drivers don't have to worry about it? (And is the existing patch missing a call to notifiers in ipoib_vlan_delete()?) - R.