Re: [patch net-next v4 00/16] netdevsim: implement proper device model

2019-04-25 Thread David Miller
From: Jakub Kicinski Date: Thu, 25 Apr 2019 15:11:17 -0700 > On Thu, 25 Apr 2019 15:59:40 +0200, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Currently the model of netdevsim is a bit odd in multiple ways. >> 1) devlink instance is not in any way related with actual netdevsim >>netdevices. I

Re: [patch net-next v4 00/16] netdevsim: implement proper device model

2019-04-25 Thread Jakub Kicinski
On Thu, 25 Apr 2019 15:59:40 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Currently the model of netdevsim is a bit odd in multiple ways. > 1) devlink instance is not in any way related with actual netdevsim >netdevices. Instead, it is created per-namespace. > 2) multi-port netdevsim devic

Re: [patch net-next v4 00/16] netdevsim: implement proper device model

2019-04-25 Thread Jiri Pirko
I skipped v3 for some odd reason, in case you would wonder.

[patch net-next v4 00/16] netdevsim: implement proper device model

2019-04-25 Thread Jiri Pirko
From: Jiri Pirko Currently the model of netdevsim is a bit odd in multiple ways. 1) devlink instance is not in any way related with actual netdevsim netdevices. Instead, it is created per-namespace. 2) multi-port netdevsim device is done using "link" attribute. 3) netdevsim bus is there only t