[PATCH net-next v2 0/7] net: dsa: replace routing tables with a list

From: Vivien Didelot
Date: Wed Oct 30 2019 - 22:09:47 EST


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