[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191031020919.139872-1-vivien.didelot@gmail.com>
Date: Wed, 30 Oct 2019 22:09:12 -0400
From: Vivien Didelot <vivien.didelot@...il.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: linux-kernel@...r.kernel.org,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
Andrew Lunn <andrew@...n.ch>, netdev@...r.kernel.org
Subject: [PATCH net-next v2 0/7] net: dsa: replace routing tables with a list
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
Powered by blists - more mailing lists