Re: [PATCH net-next] net: ipv4: Change fib notifiers to take a fib_alias

2017-10-20 Thread David Miller
From: David Ahern Date: Wed, 18 Oct 2017 11:39:13 -0700 > All of the notifier data (fib_info, tos, type and table id) are > contained in the fib_alias. Pass it to the notifier instead of > each data separately shortening the argument list by 3. > > Signed-off-by: David Ahern

Re: [PATCH net-next] net: ipv4: Change fib notifiers to take a fib_alias

2017-10-18 Thread Ido Schimmel
On Wed, Oct 18, 2017 at 11:39:13AM -0700, David Ahern wrote: > All of the notifier data (fib_info, tos, type and table id) are > contained in the fib_alias. Pass it to the notifier instead of > each data separately shortening the argument list by 3. > > Signed-off-by: David Ahern

[PATCH net-next] net: ipv4: Change fib notifiers to take a fib_alias

2017-10-18 Thread David Ahern
All of the notifier data (fib_info, tos, type and table id) are contained in the fib_alias. Pass it to the notifier instead of each data separately shortening the argument list by 3. Signed-off-by: David Ahern --- net/ipv4/fib_trie.c | 39