Re: [patch net-next v3 13/15] netdevsim: take devlink net instead of init_net

2019-10-03 Thread Jakub Kicinski
On Thu, 3 Oct 2019 11:49:38 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Follow-up patch is going to allow to reload devlink instance into > different network namespace, so use devlink_net() helper instead > of init_net. > > Signed-off-by: Jiri Pirko Acked-by: Jakub Kicinski

[patch net-next v3 13/15] netdevsim: take devlink net instead of init_net

2019-10-03 Thread Jiri Pirko
From: Jiri Pirko Follow-up patch is going to allow to reload devlink instance into different network namespace, so use devlink_net() helper instead of init_net. Signed-off-by: Jiri Pirko --- drivers/net/netdevsim/fib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri