Re: [PATCH net-next] net: dsa: select NET_SWITCHDEV

2017-01-09 Thread Randy Dunlap
On 01/09/17 08:32, Vivien Didelot wrote: > Hi Randy, > > Randy Dunlap writes: > >> On 01/08/17 17:18, Florian Fainelli wrote: >>> On 01/08/2017 03:17 PM, Vivien Didelot wrote: DSA wraps SWITCHDEV, thus select it instead of depending on it. Signed-off-by: Vivien Didelot >>> >>> Re

Re: [PATCH net-next] net: dsa: select NET_SWITCHDEV

2017-01-09 Thread Vivien Didelot
Hi Randy, Randy Dunlap writes: > On 01/08/17 17:18, Florian Fainelli wrote: >> On 01/08/2017 03:17 PM, Vivien Didelot wrote: >>> DSA wraps SWITCHDEV, thus select it instead of depending on it. >>> >>> Signed-off-by: Vivien Didelot >> >> Reviewed-by: Florian Fainelli >> > > but when CONFIG_IN

Re: [PATCH net-next] net: dsa: select NET_SWITCHDEV

2017-01-08 Thread Randy Dunlap
On 01/08/17 17:18, Florian Fainelli wrote: > On 01/08/2017 03:17 PM, Vivien Didelot wrote: >> DSA wraps SWITCHDEV, thus select it instead of depending on it. >> >> Signed-off-by: Vivien Didelot > > Reviewed-by: Florian Fainelli > but when CONFIG_INET is not enabled, the patch causes this warni

Re: [PATCH net-next] net: dsa: select NET_SWITCHDEV

2017-01-08 Thread Florian Fainelli
On 01/08/2017 03:17 PM, Vivien Didelot wrote: > DSA wraps SWITCHDEV, thus select it instead of depending on it. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next] net: dsa: select NET_SWITCHDEV

2017-01-08 Thread Andrew Lunn
On Sun, Jan 08, 2017 at 06:17:24PM -0500, Vivien Didelot wrote: > DSA wraps SWITCHDEV, thus select it instead of depending on it. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew

[PATCH net-next] net: dsa: select NET_SWITCHDEV

2017-01-08 Thread Vivien Didelot
DSA wraps SWITCHDEV, thus select it instead of depending on it. Signed-off-by: Vivien Didelot --- net/dsa/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 2ae9bb357523..675acbf1502d 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kc