Re: [PATCH iproute2-next] ip link: add support to display extended tun attributes

2018-02-20 Thread Sabrina Dubroca
2018-02-20, 00:19:25 +0200, Serhey Popovych wrote: > I get following checkpatch.pl warnings: > > WARNING: Missing a blank line after declarations > #73: FILE: ip/iptuntap.c:497: > + __u8 mq = rta_getattr_u8(tb[IFLA_TUN_MULTI_QUEUE]); > + if (!mq) > > WARNING: Missing

Re: [PATCH iproute2-next] ip link: add support to display extended tun attributes

2018-02-19 Thread David Ahern
On 2/19/18 3:19 PM, Serhey Popovych wrote: > I get following checkpatch.pl warnings: > > WARNING: Missing a blank line after declarations > #73: FILE: ip/iptuntap.c:497: > + __u8 mq = rta_getattr_u8(tb[IFLA_TUN_MULTI_QUEUE]); > + if (!mq) > > WARNING: Missing a blank

Re: [PATCH iproute2-next] ip link: add support to display extended tun attributes

2018-02-19 Thread Serhey Popovych
Sabrina Dubroca wrote: > Signed-off-by: Sabrina Dubroca > Reviewed-by: Stefano Brivio > --- > > I included the uapi changes from the kernel patch. Let me know if I > need to resend without the header changes. > > include/uapi/linux/if_link.h | 18

[PATCH iproute2-next] ip link: add support to display extended tun attributes

2018-02-16 Thread Sabrina Dubroca
Signed-off-by: Sabrina Dubroca Reviewed-by: Stefano Brivio --- I included the uapi changes from the kernel patch. Let me know if I need to resend without the header changes. include/uapi/linux/if_link.h | 18 ++ ip/iptuntap.c|