From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [PATCH net-next 5/6] net/ipv6: Move call_fib6_entry_notifiers up for route adds Date: Thu, 29 Mar 2018 11:23:54 +0300 Message-ID: <20180329082354.GF22733@splinter> References: <20180328012200.15175-1-dsa@cumulusnetworks.com> <20180328012200.15175-6-dsa@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, davem@davemloft.net, roopa@cumulusnetworks.com, shm@cumulusnetworks.com, jiri@mellanox.com, idosch@mellanox.com, jakub.kicinski@netronome.com, andy.roulin@gmail.com To: David Ahern Return-path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:38707 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750820AbeC2IX6 (ORCPT ); Thu, 29 Mar 2018 04:23:58 -0400 Content-Disposition: inline In-Reply-To: <20180328012200.15175-6-dsa@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Mar 27, 2018 at 06:21:59PM -0700, David Ahern wrote: > Move call to call_fib6_entry_notifiers for new IPv6 routes to right > before the insertion into the FIB. At this point notifier handlers can > decide the fate of the new route with a clean path to delete the > potential new entry if the notifier returns non-0. > > Signed-off-by: David Ahern Reviewed-by: Ido Schimmel