mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
net: dsa: comment hot path requirements
The DSA layer uses inline helpers and copy of the tagging functions for faster access in hot path. Add comments to detail that. Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0266f79778
commit
73a7ece8f7
2 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,7 @@ struct dsa_device_ops {
|
|||
};
|
||||
|
||||
struct dsa_slave_priv {
|
||||
/* Copy of dp->ds->dst->tag_ops->xmit for faster access in hot path */
|
||||
struct sk_buff * (*xmit)(struct sk_buff *skb,
|
||||
struct net_device *dev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue