OSDN Git Service

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)
commit446f739104f4da6207230363848ec2c89dfd858d
tree7ff99a48baecd4e51909fd427386ebaf63606187
parentb6a1d871d37a8a1beffb5432631ca77ca3712c84
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