netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/3] net: dsa: tag_dsa: Unify regular and ethertype DSA taggers
@ 2020-11-14 23:45 Tobias Waldekranz
  2020-11-14 23:45 ` [PATCH v3 net-next 1/3] net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic Tobias Waldekranz
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Tobias Waldekranz @ 2020-11-14 23:45 UTC (permalink / raw)
  To: davem, kuba; +Cc: andrew, vivien.didelot, f.fainelli, olteanv, netdev

The first patch ports tag_edsa.c's handling of IGMP/MLD traps to
tag_dsa.c. That way, we start from two logically equivalent taggers
that are then merged. The second commit does the heavy lifting of
actually fusing tag_dsa.c and tag_edsa.c. The final one just follows
up with some clean up of existing comments.

v2 -> v3:
  - Add the first patch described above as suggested by Andrew.
  - Better documentation of TO_SNIFFER and FORWARD tags.
  - Spelling.

v1 -> v2:
  - Fixed some grammar and whitespace errors.
  - Removed unnecessary default value in Kconfig.
  - Removed unnecessary #ifdef.
  - Split out comment fixes from functional changes.
  - Fully document enum dsa_code.

Tobias Waldekranz (3):
  net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic
  net: dsa: tag_dsa: Unify regular and ethertype DSA taggers
  net: dsa: tag_dsa: Use a consistent comment style

 net/dsa/Kconfig    |   5 +
 net/dsa/Makefile   |   3 +-
 net/dsa/tag_dsa.c  | 329 ++++++++++++++++++++++++++++++++++++---------
 net/dsa/tag_edsa.c | 202 ----------------------------
 4 files changed, 271 insertions(+), 268 deletions(-)
 delete mode 100644 net/dsa/tag_edsa.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-11-17 18:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-14 23:45 [PATCH v3 net-next 0/3] net: dsa: tag_dsa: Unify regular and ethertype DSA taggers Tobias Waldekranz
2020-11-14 23:45 ` [PATCH v3 net-next 1/3] net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic Tobias Waldekranz
2020-11-17  2:49   ` Andrew Lunn
2020-11-17  3:47   ` Florian Fainelli
2020-11-14 23:45 ` [PATCH v3 net-next 2/3] net: dsa: tag_dsa: Unify regular and ethertype DSA taggers Tobias Waldekranz
2020-11-17  2:52   ` Andrew Lunn
2020-11-17  3:48   ` Florian Fainelli
2020-11-14 23:45 ` [PATCH v3 net-next 3/3] net: dsa: tag_dsa: Use a consistent comment style Tobias Waldekranz
2020-11-17  2:51   ` Andrew Lunn
2020-11-17  3:49   ` Florian Fainelli
2020-11-17 18:27 ` [PATCH v3 net-next 0/3] net: dsa: tag_dsa: Unify regular and ethertype DSA taggers Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).