Re: [patch iproute2 v2 1/2] include: add linked list implementation from kernel

2016-03-27 Thread Stephen Hemminger
On Tue, 22 Mar 2016 10:02:20 +0100 Jiri Pirko wrote: > From: Jiri Pirko > > Rename hlist.h to list.h while adding it to be aligned with kernel > > Signed-off-by: Jiri Pirko > --- > v1->v2: > - fix some checkpatch issues Applied, I did cleanup extra blank line on devlink.c There are still som

Re: [patch iproute2 v2 1/2] include: add linked list implementation from kernel

2016-03-23 Thread Jiri Pirko
Wed, Mar 23, 2016 at 01:22:22PM CET, david.lai...@aculab.com wrote: >From: Jiri Pirko >> Sent: 22 March 2016 09:02 >> Rename hlist.h to list.h while adding it to be aligned with kernel >... >> include/hlist.h | 56 >> include/list.h | 112 >>

RE: [patch iproute2 v2 1/2] include: add linked list implementation from kernel

2016-03-23 Thread David Laight
From: Jiri Pirko > Sent: 22 March 2016 09:02 > Rename hlist.h to list.h while adding it to be aligned with kernel ... > include/hlist.h | 56 > include/list.h | 112 > I'm not sure where this gets installed, b

[patch iproute2 v2 1/2] include: add linked list implementation from kernel

2016-03-22 Thread Jiri Pirko
From: Jiri Pirko Rename hlist.h to list.h while adding it to be aligned with kernel Signed-off-by: Jiri Pirko --- v1->v2: - fix some checkpatch issues --- include/hlist.h | 56 include/list.h | 112 ip/ipne