Re: [patch net-next v4 06/16] netdevsim: add stub netdevsim driver implementation

2019-04-25 Thread Sergei Shtylyov
Hello! On 04/25/2019 04:59 PM, Jiri Pirko wrote: > From: Jiri Pirko > > In order to bus probing to work correctly, register a simple netdevsim "In order for", perhaps? > driver implementation. > > Signed-off-by: Jiri Pirko [...] MBR, Sergei

[patch net-next v4 06/16] netdevsim: add stub netdevsim driver implementation

2019-04-25 Thread Jiri Pirko
From: Jiri Pirko In order to bus probing to work correctly, register a simple netdevsim driver implementation. Signed-off-by: Jiri Pirko --- drivers/net/netdevsim/bus.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/drivers/net/netdevsim/bus.c b/driv