[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1452456389-2833-1-git-send-email-jiri@resnulli.us>
Date: Sun, 10 Jan 2016 21:06:21 +0100
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, idosch@...lanox.com, eladr@...lanox.com,
yotamg@...lanox.com, ogerlitz@...lanox.com, corbet@....net,
stephen@...workplumber.org, sfeldma@...il.com,
vivien.didelot@...oirfairelinux.com, roopa@...ulusnetworks.com,
gospo@...ulusnetworks.com, nikolay@...ulusnetworks.com
Subject: [patch net-next v2 0/8] mlxsw: Adding layer 2 multicast
From: Jiri Pirko <jiri@...lanox.com>
Elad says:
This patchset add Linux hardware reflection for L2 multicast offload and add
MC support in mlxsw. For every bridge MDB entry insertion, either by IGMP
snooping or by static insertion/removal, a switchdev ops is been called.
In mlxsw, a new multicast group (MID) is been created and ports are assigned.
When all ports are removed, the multicast group is been deleted.
---
v1->v2:
- GFP_ATOMIC->GFP_KERNEL change in patch 7/8
Elad Raz (8):
switchdev: Adding MDB entry offload
bridge: Reflect MDB entries to hardware
mlxsw: reg: Add definition of multicast record for SFD register
mlxsw: reg: Adding SMID register
mlxsw: Changing the maximum number of multicast group to a define
mlxsw: Adding VID to FID translatation
mlxsw: Adding layer 2 multicast support
switchdev: Adding IGMP snooping documentation
Documentation/networking/switchdev.txt | 8 +-
drivers/net/ethernet/mellanox/mlxsw/reg.h | 100 +++++++++-
drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 3 +-
drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 15 ++
.../ethernet/mellanox/mlxsw/spectrum_switchdev.c | 206 +++++++++++++++++++--
include/net/switchdev.h | 11 ++
net/bridge/br_mdb.c | 23 +++
net/switchdev/switchdev.c | 2 +
8 files changed, 349 insertions(+), 19 deletions(-)
--
1.9.3
Powered by blists - more mailing lists