Re: [PATCH] net/core/dev: print rtnl kind as driver name for virtual devices

2019-09-22 Thread Jakub Kicinski
On Fri, 20 Sep 2019 15:15:55 +0300, Konstantin Khlebnikov wrote: > Device kind gives more information than only arbitrary device name. > > Signed-off-by: Konstantin Khlebnikov Hi Konstantin! These look like nice improvements, unfortunately the net-next tree is now closed [1], and will reopen so

[PATCH] net/core/dev: print rtnl kind as driver name for virtual devices

2019-09-20 Thread Konstantin Khlebnikov
Device kind gives more information than only arbitrary device name. Signed-off-by: Konstantin Khlebnikov --- net/core/dev.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/net/core/dev.c b/net/core/dev.c index 71b18e80389f..c84561634afd 100644 --- a/net/core