[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1506464764-12699-1-git-send-email-andrew@lunn.ch>
Date: Wed, 27 Sep 2017 00:25:57 +0200
From: Andrew Lunn <andrew@...n.ch>
To: David Miller <davem@...emloft.net>
Cc: Vivien Didelot <vivien.didelot@...oirfairelinux.com>,
netdev <netdev@...r.kernel.org>, Andrew Lunn <andrew@...n.ch>
Subject: [PATCH net-next 0/6] mv88e6xxx broadcast flooding in hardware
This patchset makes the mv88e6xxx driver perform flooding in hardware,
rather than let the software bridge perform the flooding. This is a
prerequisite for IGMP snooping on the bridge interface.
In order to make hardware broadcasting work, a few other issues need
fixing or improving. SWITCHDEV_ATTR_ID_PORT_PARENT_ID is broken, which
is apparent when testing on the ZII devel board with multiple
switches.
Some of these patches are taken from a previous RFC patchset of IGMP
support. Hence the v2 comments...
Andrew Lunn (6):
net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_ID
net: dsa: {e}dsa: set offload_fwd_mark on received packets
net: dsa: mv88e6xxx: Fixed port netdev check for VLANs
net: dsa: mv88e6xxx: Print offending port when vlan check fails
net: dsa: mv88e6xxx: Move mv88e6xxx_port_db_load_purge()
net: dsa: mv88e6xxx: Flood broadcast frames in hardware
drivers/net/dsa/mv88e6xxx/chip.c | 128 ++++++++++++++++++++++++---------------
net/dsa/slave.c | 11 ++--
net/dsa/tag_dsa.c | 1 +
net/dsa/tag_edsa.c | 1 +
4 files changed, 89 insertions(+), 52 deletions(-)
--
2.14.1
Powered by blists - more mailing lists