aboutsummaryrefslogtreecommitdiff
path: root/include/net/switchdev.h
diff options
context:
space:
mode:
authorDavid S. Miller <[email protected]>2016-08-26 13:13:37 -0700
committerDavid S. Miller <[email protected]>2016-08-26 13:13:37 -0700
commited35ca994f97211abdbc87063d8869ead99b508c (patch)
tree2bc2ff94ee7c44d90a6773fba11abeb0c121db28 /include/net/switchdev.h
parent2a313cdf1e6e4cc8cc3f16f976e1abfbdd0626fa (diff)
parent1c6c6d221e2b2efb7084b215ef7f59f2bf211b14 (diff)
Merge branch 'mlxsw-fw-mark-offload'
Jiri Pirko says: ==================== mlxsw: Introduce support for offload forward mark Ido says: This patchset enables the forwarding of certain control packets by the device instead of relying on the CPU to do the forwarding. The first two patches simplify the current switchdev offload forward infrastructure and make it usable for stacked devices. This is done by moving the packet and port marking to the bridge driver instead of the switch driver. Patches 3-5 add the mlxsw specific bits to support the forward mark. ==================== Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/net/switchdev.h')
-rw-r--r--include/net/switchdev.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h
index 62f6a967a1b7..82f5e0462021 100644
--- a/include/net/switchdev.h
+++ b/include/net/switchdev.h
@@ -347,12 +347,6 @@ static inline int switchdev_port_fdb_dump(struct sk_buff *skb,
return idx;
}
-static inline void switchdev_port_fwd_mark_set(struct net_device *dev,
- struct net_device *group_dev,
- bool joining)
-{
-}
-
static inline bool switchdev_port_same_parent_id(struct net_device *a,
struct net_device *b)
{