mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
net: dsa: remove tag ops from the switch tree
Now that the dsa_ptr is a dsa_port instance, there is no need to keep the tag operations in the dsa_switch_tree structure. Remove it. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
2f657a6004
commit
aa193d9b1d
@@ -130,11 +130,6 @@ struct dsa_switch_tree {
|
||||
*/
|
||||
struct dsa_platform_data *pd;
|
||||
|
||||
/* Copy of tag_ops->rcv for faster access in hot path */
|
||||
struct sk_buff * (*rcv)(struct sk_buff *skb,
|
||||
struct net_device *dev,
|
||||
struct packet_type *pt);
|
||||
|
||||
/*
|
||||
* The switch port to which the CPU is attached.
|
||||
*/
|
||||
@@ -144,12 +139,6 @@ struct dsa_switch_tree {
|
||||
* Data for the individual switch chips.
|
||||
*/
|
||||
struct dsa_switch *ds[DSA_MAX_SWITCHES];
|
||||
|
||||
/*
|
||||
* Tagging protocol operations for adding and removing an
|
||||
* encapsulation tag.
|
||||
*/
|
||||
const struct dsa_device_ops *tag_ops;
|
||||
};
|
||||
|
||||
/* TC matchall action types, only mirroring for now */
|
||||
|
||||
Reference in New Issue
Block a user