[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191028195220.2371843-1-vivien.didelot@gmail.com>
Date: Mon, 28 Oct 2019 15:52:13 -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 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.
This branch applies on top of Colin's "net: dsa: fix dereference on
ds->dev before null check error" commit.
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 | 119 +++++++++++++------------------
net/dsa/tag_8021q.c | 5 +-
4 files changed, 83 insertions(+), 88 deletions(-)
--
2.23.0
Powered by blists - more mailing lists