[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160829203246.18811-1-vivien.didelot@savoirfairelinux.com>
Date: Mon, 29 Aug 2016 16:32:43 -0400
From: Vivien Didelot <vivien.didelot@...oirfairelinux.com>
To: netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel@...oirfairelinux.com,
"David S. Miller" <davem@...emloft.net>,
Florian Fainelli <f.fainelli@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...oirfairelinux.com>
Subject: [PATCH net-next 0/3] net: dsa: add MDB support
This patchset adds the switchdev MDB object support to the DSA layer.
The MDB support for the mv88e6xxx driver is very similar to the FDB
support. The FDB operations care about unicast addresses while the MDB
operations care about multicast addresses.
Both operation set load/purge/dump the Address Translation Table (ATU),
thus common code is used.
Vivien Didelot (3):
net: dsa: add MDB support
net: dsa: mv88e6xxx: make switchdev DB ops generic
net: dsa: mv88e6xxx: add MDB support
Documentation/networking/dsa/dsa.txt | 23 +++++
drivers/net/dsa/mv88e6xxx/chip.c | 161 ++++++++++++++++++++++++++---------
include/net/dsa.h | 16 ++++
net/dsa/slave.c | 55 ++++++++++++
4 files changed, 213 insertions(+), 42 deletions(-)
--
2.9.3
Powered by blists - more mailing lists