]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Remove old route notifications and convert listeners
authorIdo Schimmel <idosch@mellanox.com>
Sat, 14 Dec 2019 15:53:15 +0000 (17:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2019 00:14:43 +0000 (16:14 -0800)
commitbdecdae0ac114ad0627234af61157dc0b409165f
tree7ff99a48baecd4e51909fd427386ebaf63606187
parentad69caaa7d634f3d0e5c1413a5ef655e8201fb73
ipv4: Remove old route notifications and convert listeners

Unlike mlxsw, the other listeners to the FIB notification chain do not
require any special modifications as they never considered multiple
identical routes.

This patch removes the old route notifications and converts all the
listeners to use the new replace / delete notifications.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/lag_mp.c
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
drivers/net/ethernet/rocker/rocker_main.c
drivers/net/netdevsim/fib.c
include/net/fib_notifier.h
net/ipv4/fib_trie.c