[PATCH net-next v2 0/6] net: dsa: tagger simplification
From: Vivien Didelot
Date: Tue May 30 2017 - 14:36:27 EST
This patchset removes the unused arguments of the taggers rcv function
and the unneeded labels in their implementations, and handles freeing of
the original SKB in the xmit caller.
Changes in v2:
- do not remove tagger function copies
- document hot path requirements
- make netdev_uses_dsa simpler
- add reviewers' tags
Vivien Didelot (6):
net: dsa: comment hot path requirements
net: dsa: do not cast dst
net: dsa: remove dsa_uses_tagged_protocol
net: dsa: remove unused arguments of tagger rcv
net: dsa: remove out_drop label in taggers rcv
net: dsa: factor skb freeing on xmit
include/net/dsa.h | 15 +++++----------
net/dsa/dsa.c | 2 +-
net/dsa/dsa2.c | 2 +-
net/dsa/dsa_priv.h | 5 ++---
net/dsa/legacy.c | 2 +-
net/dsa/slave.c | 8 ++++++--
net/dsa/tag_brcm.c | 21 ++++++---------------
net/dsa/tag_dsa.c | 25 ++++++++-----------------
net/dsa/tag_edsa.c | 25 ++++++++-----------------
net/dsa/tag_lan9303.c | 8 ++------
net/dsa/tag_mtk.c | 19 +++++--------------
net/dsa/tag_qca.c | 21 ++++++---------------
net/dsa/tag_trailer.c | 17 +++++------------
13 files changed, 56 insertions(+), 114 deletions(-)
--
2.13.0