Re: [PATCH net-next v3 3/6] rtnetlink: add helper to dump ifalias

2017-09-25 Thread David Miller
From: Florian Westphal Date: Sat, 23 Sep 2017 21:26:33 +0200 > @@ -1332,6 +1332,14 @@ static int nla_put_iflink(struct sk_buff *skb, const > struct net_device *dev) > return nla_put_u32(skb, IFLA_LINK, ifindex); > } > > +static noinline int nla_put_ifalias(struct

Re: [PATCH net-next v3 3/6] rtnetlink: add helper to dump ifalias

2017-09-23 Thread Florian Westphal
Eric Dumazet wrote: > On Sat, 2017-09-23 at 21:26 +0200, Florian Westphal wrote: > > Reviewed-by: David Ahern > > Signed-off-by: Florian Westphal > > --- > > Changes since v3: don't add rtnl assertion, I placed the assertion > > in my

Re: [PATCH net-next v3 3/6] rtnetlink: add helper to dump ifalias

2017-09-23 Thread Eric Dumazet
On Sat, 2017-09-23 at 21:26 +0200, Florian Westphal wrote: > Reviewed-by: David Ahern > Signed-off-by: Florian Westphal > --- > Changes since v3: don't add rtnl assertion, I placed the assertion > in my working tree instead as a reminder. > >

[PATCH net-next v3 3/6] rtnetlink: add helper to dump ifalias

2017-09-23 Thread Florian Westphal
Reviewed-by: David Ahern Signed-off-by: Florian Westphal --- Changes since v3: don't add rtnl assertion, I placed the assertion in my working tree instead as a reminder. net/core/rtnetlink.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-)