Re: [ovs-dev] [patch net-next RFC 07/12] dsa: implement ndo_swdev_get_id

2014-08-23 Thread Eric W. Biederman
Jiri Pirko writes: > Thu, Aug 21, 2014 at 06:56:13PM CEST, f.faine...@gmail.com wrote: >>2014-08-21 9:19 GMT-07:00 Jiri Pirko : >>> Signed-off-by: Jiri Pirko >>> --- >>> net/dsa/Kconfig | 2 +- >>> net/dsa/slave.c | 16 >>> 2 files changed, 17 insertions(+), 1 deletion(-) >>>

Re: [ovs-dev] [patch net-next RFC 07/12] dsa: implement ndo_swdev_get_id

2014-08-22 Thread Ben Hutchings
On Thu, 2014-08-21 at 18:19 +0200, Jiri Pirko wrote: [...] > --- a/net/dsa/slave.c > +++ b/net/dsa/slave.c > @@ -171,6 +171,19 @@ static int dsa_slave_ioctl(struct net_device *dev, > struct ifreq *ifr, int cmd) > return -EOPNOTSUPP; > } > > +static int dsa_slave_swdev_get_id(struct net_de

Re: [ovs-dev] [patch net-next RFC 07/12] dsa: implement ndo_swdev_get_id

2014-08-22 Thread David Laight
From: Florian Fainelli > 2014-08-21 10:06 GMT-07:00 Jiri Pirko : > > Thu, Aug 21, 2014 at 06:56:13PM CEST, f.faine...@gmail.com wrote: > >>2014-08-21 9:19 GMT-07:00 Jiri Pirko : > >>> Signed-off-by: Jiri Pirko > >>> --- > >>> net/dsa/Kconfig | 2 +- > >>> net/dsa/slave.c | 16 >

Re: [ovs-dev] [patch net-next RFC 07/12] dsa: implement ndo_swdev_get_id

2014-08-21 Thread Florian Fainelli
2014-08-21 10:06 GMT-07:00 Jiri Pirko : > Thu, Aug 21, 2014 at 06:56:13PM CEST, f.faine...@gmail.com wrote: >>2014-08-21 9:19 GMT-07:00 Jiri Pirko : >>> Signed-off-by: Jiri Pirko >>> --- >>> net/dsa/Kconfig | 2 +- >>> net/dsa/slave.c | 16 >>> 2 files changed, 17 insertions(+),

Re: [ovs-dev] [patch net-next RFC 07/12] dsa: implement ndo_swdev_get_id

2014-08-21 Thread Jiri Pirko
Thu, Aug 21, 2014 at 06:56:13PM CEST, f.faine...@gmail.com wrote: >2014-08-21 9:19 GMT-07:00 Jiri Pirko : >> Signed-off-by: Jiri Pirko >> --- >> net/dsa/Kconfig | 2 +- >> net/dsa/slave.c | 16 >> 2 files changed, 17 insertions(+), 1 deletion(-) >> >> diff --git a/net/dsa/Kconfi

Re: [ovs-dev] [patch net-next RFC 07/12] dsa: implement ndo_swdev_get_id

2014-08-21 Thread Florian Fainelli
2014-08-21 9:19 GMT-07:00 Jiri Pirko : > Signed-off-by: Jiri Pirko > --- > net/dsa/Kconfig | 2 +- > net/dsa/slave.c | 16 > 2 files changed, 17 insertions(+), 1 deletion(-) > > diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig > index f5eede1..66c445a 100644 > --- a/net/dsa/Kconfi

[ovs-dev] [patch net-next RFC 07/12] dsa: implement ndo_swdev_get_id

2014-08-21 Thread Jiri Pirko
Signed-off-by: Jiri Pirko --- net/dsa/Kconfig | 2 +- net/dsa/slave.c | 16 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index f5eede1..66c445a 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -1,6 +1,6 @@ config HAVE_NET