Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-27 Thread Jiri Pirko
Thu, Aug 27, 2015 at 09:51:52AM CEST, sfel...@gmail.com wrote: >On Wed, Aug 26, 2015 at 11:30 PM, Jiri Pirko wrote: >> Thu, Aug 27, 2015 at 08:23:13AM CEST, sfel...@gmail.com wrote: >>>On Wed, Aug 26, 2015 at 10:43 PM, Jiri Pirko wrote: Wed, Aug 26, 2015 at 07:43:18PM CEST, sfel...@gmail.com

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-27 Thread Scott Feldman
On Wed, Aug 26, 2015 at 11:30 PM, Jiri Pirko wrote: > Thu, Aug 27, 2015 at 08:23:13AM CEST, sfel...@gmail.com wrote: >>On Wed, Aug 26, 2015 at 10:43 PM, Jiri Pirko wrote: >>> Wed, Aug 26, 2015 at 07:43:18PM CEST, sfel...@gmail.com wrote: On Wed, Aug 26, 2015 at 9:36 AM, Jiri Pirko wrote: >>>

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Jiri Pirko
Thu, Aug 27, 2015 at 08:23:13AM CEST, sfel...@gmail.com wrote: >On Wed, Aug 26, 2015 at 10:43 PM, Jiri Pirko wrote: >> Wed, Aug 26, 2015 at 07:43:18PM CEST, sfel...@gmail.com wrote: >>>On Wed, Aug 26, 2015 at 9:36 AM, Jiri Pirko wrote: From: Jiri Pirko Add this helper so code can

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Jiri Pirko
Thu, Aug 27, 2015 at 08:23:13AM CEST, sfel...@gmail.com wrote: >On Wed, Aug 26, 2015 at 10:43 PM, Jiri Pirko wrote: >> Wed, Aug 26, 2015 at 07:43:18PM CEST, sfel...@gmail.com wrote: >>>On Wed, Aug 26, 2015 at 9:36 AM, Jiri Pirko wrote: From: Jiri Pirko Add this helper so code can

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Scott Feldman
On Wed, Aug 26, 2015 at 10:43 PM, Jiri Pirko wrote: > Wed, Aug 26, 2015 at 07:43:18PM CEST, sfel...@gmail.com wrote: >>On Wed, Aug 26, 2015 at 9:36 AM, Jiri Pirko wrote: >>> From: Jiri Pirko >>> >>> Add this helper so code can easily figure out if netdev is openswitch. >>> >>> Signed-off-by: Jir

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Jiri Pirko
Wed, Aug 26, 2015 at 07:43:18PM CEST, sfel...@gmail.com wrote: >On Wed, Aug 26, 2015 at 9:36 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Add this helper so code can easily figure out if netdev is openswitch. >> >> Signed-off-by: Jiri Pirko >> --- >> include/linux/netdevice.h| 8

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Jiri Pirko
Wed, Aug 26, 2015 at 07:24:55PM CEST, f.faine...@gmail.com wrote: >On 26/08/15 09:36, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Add this helper so code can easily figure out if netdev is openswitch. >> >> Signed-off-by: Jiri Pirko >> --- >> include/linux/netdevice.h| 8 >

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Scott Feldman
On Wed, Aug 26, 2015 at 9:36 AM, Jiri Pirko wrote: > From: Jiri Pirko > > Add this helper so code can easily figure out if netdev is openswitch. > > Signed-off-by: Jiri Pirko > --- > include/linux/netdevice.h| 8 > net/openvswitch/vport-internal_dev.c | 2 +- > 2 files chan

Re: [patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Florian Fainelli
On 26/08/15 09:36, Jiri Pirko wrote: > From: Jiri Pirko > > Add this helper so code can easily figure out if netdev is openswitch. > > Signed-off-by: Jiri Pirko > --- > include/linux/netdevice.h| 8 > net/openvswitch/vport-internal_dev.c | 2 +- > 2 files changed, 9 insert

[patch net-next 3/6] net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag

2015-08-26 Thread Jiri Pirko
From: Jiri Pirko Add this helper so code can easily figure out if netdev is openswitch. Signed-off-by: Jiri Pirko --- include/linux/netdevice.h| 8 net/openvswitch/vport-internal_dev.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/linux/netd