Re: [patch net-next v2] mlx5: Add missing init_net check in FIB notifier

2019-09-02 Thread David Miller
From: Jiri Pirko Date: Fri, 30 Aug 2019 10:25:30 +0200 > From: Jiri Pirko > > Take only FIB events that are happening in init_net into account. No other > namespaces are supported. > > Signed-off-by: Jiri Pirko > --- > v1->v2: > - no change, just cced maintainers (fat finger made me avoid the

Re: [patch net-next v2] mlx5: Add missing init_net check in FIB notifier

2019-09-01 Thread Roi Dayan
On 2019-08-30 11:25 AM, Jiri Pirko wrote: > From: Jiri Pirko > > Take only FIB events that are happening in init_net into account. No other > namespaces are supported. > > Signed-off-by: Jiri Pirko > --- > v1->v2: > - no change, just cced maintainers (fat finger made me avoid them in v1) > --

[patch net-next v2] mlx5: Add missing init_net check in FIB notifier

2019-08-30 Thread Jiri Pirko
From: Jiri Pirko Take only FIB events that are happening in init_net into account. No other namespaces are supported. Signed-off-by: Jiri Pirko --- v1->v2: - no change, just cced maintainers (fat finger made me avoid them in v1) --- drivers/net/ethernet/mellanox/mlx5/core/lag_mp.c | 3 +++ 1 f