[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1427962212-18411-5-git-send-email-sfeldma@gmail.com>
Date: Thu, 2 Apr 2015 01:09:50 -0700
From: sfeldma@...il.com
To: netdev@...r.kernel.org
Cc: jiri@...nulli.us, roopa@...ulusnetworks.com, linux@...ck-us.net,
f.fainelli@...il.com, sridhar.samudrala@...el.com,
ronen.arad@...el.com
Subject: [PATCH net-next v3 04/26] switchdev: add bridge port flags attr
From: Scott Feldman <sfeldma@...il.com>
Signed-off-by: Scott Feldman <sfeldma@...il.com>
---
include/net/switchdev.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/net/switchdev.h b/include/net/switchdev.h
index 9fe3b1c..14baa66 100644
--- a/include/net/switchdev.h
+++ b/include/net/switchdev.h
@@ -22,6 +22,7 @@ enum swdev_attr_id {
SWDEV_ATTR_UNDEFINED,
SWDEV_ATTR_PORT_PARENT_ID,
SWDEV_ATTR_PORT_STP_STATE,
+ SWDEV_ATTR_PORT_BRIDGE_FLAGS,
};
struct swdev_attr {
@@ -31,6 +32,7 @@ struct swdev_attr {
union {
struct netdev_phys_item_id ppid; /* PORT_PARENT_ID */
u8 stp_state; /* PORT_STP_STATE */
+ unsigned long brport_flags; /* PORT_BRIDGE_FLAGS */
};
};
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists