* [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define
@ 2015-11-04 13:59 Jiri Pirko
2015-11-04 14:43 ` David Ahern
2015-11-05 4:59 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Jiri Pirko @ 2015-11-04 13:59 UTC (permalink / raw)
To: netdev; +Cc: davem, dsa
From: Jiri Pirko <jiri@mellanox.com>
Fixes: fee6d4c77 ("net: Add netif_is_l3_slave")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
---
include/linux/netdevice.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 4ac653b..2c00772 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1322,6 +1322,7 @@ enum netdev_priv_flags {
#define IFF_L3MDEV_MASTER IFF_L3MDEV_MASTER
#define IFF_NO_QUEUE IFF_NO_QUEUE
#define IFF_OPENVSWITCH IFF_OPENVSWITCH
+#define IFF_L3MDEV_SLAVE IFF_L3MDEV_SLAVE
/**
* struct net_device - The DEVICE structure.
--
1.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define
2015-11-04 13:59 [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define Jiri Pirko
@ 2015-11-04 14:43 ` David Ahern
2015-11-05 4:59 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Ahern @ 2015-11-04 14:43 UTC (permalink / raw)
To: Jiri Pirko, netdev; +Cc: davem
On 11/4/15 6:59 AM, Jiri Pirko wrote:
> From: Jiri Pirko <jiri@mellanox.com>
>
> Fixes: fee6d4c77 ("net: Add netif_is_l3_slave")
> Signed-off-by: Jiri Pirko <jiri@mellanox.com>
> ---
> include/linux/netdevice.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
> index 4ac653b..2c00772 100644
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -1322,6 +1322,7 @@ enum netdev_priv_flags {
> #define IFF_L3MDEV_MASTER IFF_L3MDEV_MASTER
> #define IFF_NO_QUEUE IFF_NO_QUEUE
> #define IFF_OPENVSWITCH IFF_OPENVSWITCH
> +#define IFF_L3MDEV_SLAVE IFF_L3MDEV_SLAVE
>
> /**
> * struct net_device - The DEVICE structure.
>
Acked-by: David Ahern <dsa@cumulusnetworks.com>
Thanks, Jiri.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define
2015-11-04 13:59 [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define Jiri Pirko
2015-11-04 14:43 ` David Ahern
@ 2015-11-05 4:59 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-11-05 4:59 UTC (permalink / raw)
To: jiri; +Cc: netdev, dsa
From: Jiri Pirko <jiri@resnulli.us>
Date: Wed, 4 Nov 2015 14:59:06 +0100
> From: Jiri Pirko <jiri@mellanox.com>
>
> Fixes: fee6d4c77 ("net: Add netif_is_l3_slave")
> Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-05 4:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 13:59 [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define Jiri Pirko
2015-11-04 14:43 ` David Ahern
2015-11-05 4:59 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).