Skip to content

Commit 4a5fdfe

Browse files
roopa-prabhudavem330
authored andcommitted
bridge: remove mode BRIDGE_MODE_SWDEV
This patch removes bridge mode swdev. Users can use BRIDGE_FLAGS_SELF to indicate swdev offload if needed. Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1d460b9 commit 4a5fdfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/uapi/linux/if_bridge.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ struct __fdb_entry {
105105

106106
#define BRIDGE_MODE_VEB 0 /* Default loopback mode */
107107
#define BRIDGE_MODE_VEPA 1 /* 802.1Qbg defined VEPA mode */
108-
#define BRIDGE_MODE_SWDEV 2 /* Full switch device offload */
109108
#define BRIDGE_MODE_UNDEF 0xFFFF /* mode undefined */
110109

111110
/* Bridge management nested attributes

0 commit comments

Comments
 (0)