[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1472143360-15796-1-git-send-email-jiri@resnulli.us>
Date: Thu, 25 Aug 2016 18:42:35 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, idosch@...lanox.com, eladr@...lanox.com,
yotamg@...lanox.com, nogahf@...lanox.com, ogerlitz@...lanox.com,
roopa@...ulusnetworks.com, nikolay@...ulusnetworks.com,
gospo@...ulusnetworks.com, ast@...mgrid.com, edumazet@...gle.com,
f.fainelli@...il.com, dsa@...ulusnetworks.com,
daniel@...earbox.net, vivien.didelot@...oirfairelinux.com
Subject: [patch net-next 0/5] mlxsw: Introduce support for offload forward mark
From: Jiri Pirko <jiri@...lanox.com>
Ido says:
This patchset enables the forwarding of certain control packets by the
device instead of relying on the CPU to do the forwarding.
The first two patches simplify the current switchdev offload forward
infrastructure and make it usable for stacked devices. This is done by
moving the packet and port marking to the bridge driver instead of the
switch driver.
Patches 3-5 add the mlxsw specific bits to support the forward mark.
Ido Schimmel (5):
switchdev: Support parent ID comparison for stacked devices
bridge: switchdev: Add forward mark support for stacked devices
mlxsw: spectrum: Simplify traps definition
mlxsw: spectrum: Allow different traps to have different actions
mlxsw: spectrum: Mirror certain packets to CPU
Documentation/networking/switchdev.txt | 13 +--
drivers/net/ethernet/mellanox/mlxsw/core.h | 1 +
drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 156 +++++++------------------
drivers/net/ethernet/rocker/rocker_main.c | 2 +-
drivers/net/ethernet/rocker/rocker_ofdpa.c | 4 -
include/linux/netdevice.h | 5 -
include/linux/skbuff.h | 13 +--
include/net/switchdev.h | 6 -
net/bridge/Makefile | 2 +
net/bridge/br_forward.c | 3 +-
net/bridge/br_if.c | 10 +-
net/bridge/br_input.c | 2 +
net/bridge/br_private.h | 37 ++++++
net/bridge/br_switchdev.c | 57 +++++++++
net/core/dev.c | 10 --
net/switchdev/switchdev.c | 87 --------------
16 files changed, 158 insertions(+), 250 deletions(-)
create mode 100644 net/bridge/br_switchdev.c
--
2.5.5
Powered by blists - more mailing lists