Re: [patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-09-13 Thread Jiri Pirko
Fri, Jul 19, 2019 at 10:26:49PM CEST, step...@networkplumber.org wrote: >On Fri, 19 Jul 2019 21:17:40 +0200 >Jiri Pirko wrote: > >> Fri, Jul 19, 2019 at 06:29:36PM CEST, step...@networkplumber.org wrote: >> >On Fri, 19 Jul 2019 13:00:24 +0200 >> >Jiri Pirko wrote: >> > >> >> From: Jiri Pirko >

Re: [patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-08-07 Thread kbuild test robot
Hi Jiri, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Jiri-Pirko/net-introduce-alternative-names-for-network-interfaces/20190720-094639 config: arc-defconfig (attached as .config) compiler: arc-elf-gcc (

Re: [patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-07-20 Thread Jiri Pirko
Fri, Jul 19, 2019 at 10:26:49PM CEST, step...@networkplumber.org wrote: >On Fri, 19 Jul 2019 21:17:40 +0200 >Jiri Pirko wrote: > >> Fri, Jul 19, 2019 at 06:29:36PM CEST, step...@networkplumber.org wrote: >> >On Fri, 19 Jul 2019 13:00:24 +0200 >> >Jiri Pirko wrote: >> > >> >> From: Jiri Pirko >

Re: [patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-07-19 Thread Stephen Hemminger
On Fri, 19 Jul 2019 21:17:40 +0200 Jiri Pirko wrote: > Fri, Jul 19, 2019 at 06:29:36PM CEST, step...@networkplumber.org wrote: > >On Fri, 19 Jul 2019 13:00:24 +0200 > >Jiri Pirko wrote: > > > >> From: Jiri Pirko > >> > >> Signed-off-by: Jiri Pirko > >> --- > >> include/linux/netdevice.h |

Re: [patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-07-19 Thread Jiri Pirko
Fri, Jul 19, 2019 at 06:29:36PM CEST, step...@networkplumber.org wrote: >On Fri, 19 Jul 2019 13:00:24 +0200 >Jiri Pirko wrote: > >> From: Jiri Pirko >> >> Signed-off-by: Jiri Pirko >> --- >> include/linux/netdevice.h | 10 +++- >> net/core/dev.c| 96 +++-

Re: [patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-07-19 Thread Stephen Hemminger
On Fri, 19 Jul 2019 13:00:24 +0200 Jiri Pirko wrote: > From: Jiri Pirko > > Signed-off-by: Jiri Pirko > --- > include/linux/netdevice.h | 10 +++- > net/core/dev.c| 96 +++ > 2 files changed, 86 insertions(+), 20 deletions(-) > > diff --git a/i

[patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-07-19 Thread Jiri Pirko
From: Jiri Pirko Signed-off-by: Jiri Pirko --- include/linux/netdevice.h | 10 +++- net/core/dev.c| 96 +++ 2 files changed, 86 insertions(+), 20 deletions(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 88292953aa6f..