Re: [net-next PATCH] net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set

2018-01-10 Thread David Miller
From: Jesper Dangaard Brouer Date: Tue, 09 Jan 2018 23:42:34 +0100 > The commit e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") > removed some ifdef CONFIG_SYSFS in net/core/dev.c, but forgot to > remove the corresponding ifdef's in include/linux/netdevice.h. > >

Re: [net-next PATCH] net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set

2018-01-10 Thread David Miller
From: Jesper Dangaard Brouer Date: Tue, 09 Jan 2018 23:42:34 +0100 > The commit e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") > removed some ifdef CONFIG_SYSFS in net/core/dev.c, but forgot to > remove the corresponding ifdef's in include/linux/netdevice.h. > > Fixes: e817f85652c1

Re: [net-next PATCH] net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set

2018-01-09 Thread Guenter Roeck
On Tue, Jan 09, 2018 at 11:42:34PM +0100, Jesper Dangaard Brouer wrote: > The commit e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") > removed some ifdef CONFIG_SYSFS in net/core/dev.c, but forgot to > remove the corresponding ifdef's in include/linux/netdevice.h. > > Fixes:

Re: [net-next PATCH] net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set

2018-01-09 Thread Guenter Roeck
On Tue, Jan 09, 2018 at 11:42:34PM +0100, Jesper Dangaard Brouer wrote: > The commit e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") > removed some ifdef CONFIG_SYSFS in net/core/dev.c, but forgot to > remove the corresponding ifdef's in include/linux/netdevice.h. > > Fixes:

[net-next PATCH] net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set

2018-01-09 Thread Jesper Dangaard Brouer
The commit e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") removed some ifdef CONFIG_SYSFS in net/core/dev.c, but forgot to remove the corresponding ifdef's in include/linux/netdevice.h. Fixes: e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") Reported-by: Guenter Roeck

[net-next PATCH] net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set

2018-01-09 Thread Jesper Dangaard Brouer
The commit e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") removed some ifdef CONFIG_SYSFS in net/core/dev.c, but forgot to remove the corresponding ifdef's in include/linux/netdevice.h. Fixes: e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info") Reported-by: Guenter Roeck