Re: [PATCH net-next] ipv6: remove IN6_ADDR_HSIZE from addrconf.h

2017-11-04 Thread David Miller
From: Eric Dumazet Date: Sat, 04 Nov 2017 08:53:27 -0700 > From: Eric Dumazet > > IN6_ADDR_HSIZE is private to addrconf.c, move it here to avoid > confusion. > > Signed-off-by: Eric Dumazet > --- > Should be applied after pktgen fix, thanks ! Thanks for resolving this, scary to see something

Re: [PATCH net-next] ipv6: remove IN6_ADDR_HSIZE from addrconf.h

2017-11-04 Thread David Ahern
On 11/5/17 12:53 AM, Eric Dumazet wrote: > From: Eric Dumazet > > IN6_ADDR_HSIZE is private to addrconf.c, move it here to avoid > confusion. > > Signed-off-by: Eric Dumazet > --- > Should be applied after pktgen fix, thanks ! > > include/net/addrconf.h |3 --- > net/ipv6/addrconf.c|

[PATCH net-next] ipv6: remove IN6_ADDR_HSIZE from addrconf.h

2017-11-04 Thread Eric Dumazet
From: Eric Dumazet IN6_ADDR_HSIZE is private to addrconf.c, move it here to avoid confusion. Signed-off-by: Eric Dumazet --- Should be applied after pktgen fix, thanks ! include/net/addrconf.h |3 --- net/ipv6/addrconf.c|2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff