]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum: Move handling of tunnel events to router code
authorPetr Machata <petrm@nvidia.com>
Sun, 8 May 2022 08:08:19 +0000 (11:08 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2022 10:46:20 +0000 (11:46 +0100)
commit8fc7a3307a5b79b4aaa63bd507fc491df2f4fd3c
treec93f579a46fa5b9f293024d89f0fa68e14d09da8
parent1e36d66de773975b93c5fd199ee74f7f5a98788a
mlxsw: spectrum: Move handling of tunnel events to router code

The events related to IPIP tunnels are handled by the router code. Move the
handling from the central dispatcher in spectrum.c to the new notifier
handler in the router module.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c