linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/7] net: dsa: replace routing tables with a list
@ 2019-10-31  2:09 Vivien Didelot
  2019-10-31  2:09 ` [PATCH net-next v2 1/7] net: dsa: list DSA links in the fabric Vivien Didelot
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Vivien Didelot @ 2019-10-31  2:09 UTC (permalink / raw)
  To: David S. Miller
  Cc: linux-kernel, Vivien Didelot, Florian Fainelli, Andrew Lunn, netdev

This branch gets rid of the ds->rtable static arrays in favor of
a single dst->rtable list. This allows us to move away from the
DSA_MAX_SWITCHES limitation and simplify the switch fabric setup.

Changes in v2:
  - fix the reverse christmas for David

Vivien Didelot (7):
  net: dsa: list DSA links in the fabric
  net: dsa: remove ds->rtable
  net: dsa: remove switch routing table setup code
  net: dsa: remove the dst->ds array
  net: dsa: remove tree functions related to switches
  net: dsa: remove limitation of switch index value
  net: dsa: tag_8021q: clarify index limitation

 drivers/net/dsa/mv88e6xxx/chip.c |   8 +-
 include/net/dsa.h                |  39 +++++++---
 net/dsa/dsa2.c                   | 121 +++++++++++++------------------
 net/dsa/tag_8021q.c              |   5 +-
 4 files changed, 85 insertions(+), 88 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2019-10-31 21:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31  2:09 [PATCH net-next v2 0/7] net: dsa: replace routing tables with a list Vivien Didelot
2019-10-31  2:09 ` [PATCH net-next v2 1/7] net: dsa: list DSA links in the fabric Vivien Didelot
2019-10-31  2:09 ` [PATCH net-next v2 2/7] net: dsa: remove ds->rtable Vivien Didelot
2019-10-31  2:09 ` [PATCH net-next v2 3/7] net: dsa: remove switch routing table setup code Vivien Didelot
2019-10-31  2:09 ` [PATCH net-next v2 4/7] net: dsa: remove the dst->ds array Vivien Didelot
2019-10-31  2:09 ` [PATCH net-next v2 5/7] net: dsa: remove tree functions related to switches Vivien Didelot
2019-10-31  2:09 ` [PATCH net-next v2 6/7] net: dsa: remove limitation of switch index value Vivien Didelot
2019-10-31  2:09 ` [PATCH net-next v2 7/7] net: dsa: tag_8021q: clarify index limitation Vivien Didelot
2019-10-31 21:47 ` [PATCH net-next v2 0/7] net: dsa: replace routing tables with a list David Miller

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).