Re: [patch net] mlxsw: spectrum_router: Only handle IPv4 and IPv6 events

2017-09-16 Thread David Miller
From: Jiri Pirko Date: Fri, 15 Sep 2017 15:31:07 +0200 > From: Ido Schimmel > > The driver doesn't support events from address families other than IPv4 > and IPv6, so ignore them. Otherwise, we risk queueing a work item before > it's initialized. > > This can happen in case a VRF is configured

[patch net] mlxsw: spectrum_router: Only handle IPv4 and IPv6 events

2017-09-15 Thread Jiri Pirko
From: Ido Schimmel The driver doesn't support events from address families other than IPv4 and IPv6, so ignore them. Otherwise, we risk queueing a work item before it's initialized. This can happen in case a VRF is configured when MROUTE_MULTIPLE_TABLES is enabled, as the VRF driver will try to