mlxsw: spectrum_router: Make mlxsw_sp_router_fib4_del return void and remove warn
authorJiri Pirko <jiri@mellanox.com>
Thu, 20 Oct 2016 14:05:43 +0000 (16:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Oct 2016 15:11:11 +0000 (11:11 -0400)
commit37956d78b8f0c5560421f83d1a5e337ee81c685c
treed6b149365d5dabd3cf99021ad6eb6ba98396319a
parent19271c1a083282fbd568f3f214a6182e973626eb
mlxsw: spectrum_router: Make mlxsw_sp_router_fib4_del return void and remove warn

The function return value is not checked anywhere. Also, the warning
causes huge slowdown when removing large number of FIB entries which
were not offloaded, because of ordering issue. Ido's preparing
a patchset to fix the ordering issue, but that is definitelly not
net tree material.

Fixes: b45f64d16d45 ("mlxsw: spectrum_router: Use FIB notifications instead of switchdev calls")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c