[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YPaybQZE8l6mRE2l@shredder>
Date: Tue, 20 Jul 2021 14:24:29 +0300
From: Ido Schimmel <idosch@...sch.org>
To: Vladimir Oltean <vladimir.oltean@....com>
Cc: netdev@...r.kernel.org, Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Vivien Didelot <vivien.didelot@...il.com>,
Jiri Pirko <jiri@...nulli.us>,
Tobias Waldekranz <tobias@...dekranz.com>,
Roopa Prabhu <roopa@...dia.com>,
Nikolay Aleksandrov <nikolay@...dia.com>,
Stephen Hemminger <stephen@...workplumber.org>,
bridge@...ts.linux-foundation.org,
Grygorii Strashko <grygorii.strashko@...com>,
Marek Behun <kabel@...ckhole.sk>,
DENG Qingfang <dqfext@...il.com>,
Vadym Kochan <vkochan@...vell.com>,
Taras Chornyi <tchornyi@...vell.com>,
Ioana Ciornei <ioana.ciornei@....com>,
Lars Povlsen <lars.povlsen@...rochip.com>,
Steen Hegelund <Steen.Hegelund@...rochip.com>,
UNGLinuxDriver@...rochip.com,
Claudiu Manoil <claudiu.manoil@....com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>
Subject: Re: [PATCH v4 net-next 00/15] Allow forwarding for the software
bridge data path to be offloaded to capable devices
On Mon, Jul 19, 2021 at 12:44:19AM +0300, Vladimir Oltean wrote:
> drivers/net/dsa/mv88e6xxx/chip.c | 78 +++-
> .../ethernet/freescale/dpaa2/dpaa2-switch.c | 69 +++-
> .../ethernet/marvell/prestera/prestera_main.c | 99 +++--
> .../marvell/prestera/prestera_switchdev.c | 42 ++-
> .../marvell/prestera/prestera_switchdev.h | 7 +-
> .../net/ethernet/mellanox/mlxsw/spectrum.c | 347 ++++++++++++------
> .../net/ethernet/mellanox/mlxsw/spectrum.h | 4 +
> .../mellanox/mlxsw/spectrum_switchdev.c | 28 +-
> .../microchip/sparx5/sparx5_switchdev.c | 48 ++-
> drivers/net/ethernet/mscc/ocelot_net.c | 115 ++++--
> drivers/net/ethernet/rocker/rocker.h | 9 +-
> drivers/net/ethernet/rocker/rocker_main.c | 34 +-
> drivers/net/ethernet/rocker/rocker_ofdpa.c | 42 ++-
> drivers/net/ethernet/ti/am65-cpsw-nuss.c | 34 +-
> drivers/net/ethernet/ti/am65-cpsw-switchdev.c | 14 +-
> drivers/net/ethernet/ti/am65-cpsw-switchdev.h | 3 +
> drivers/net/ethernet/ti/cpsw_new.c | 32 +-
> drivers/net/ethernet/ti/cpsw_switchdev.c | 4 +-
> drivers/net/ethernet/ti/cpsw_switchdev.h | 3 +
> include/linux/if_bridge.h | 63 ++--
> include/net/dsa.h | 21 ++
> net/bridge/br_fdb.c | 1 -
> net/bridge/br_forward.c | 9 +
> net/bridge/br_if.c | 11 +-
> net/bridge/br_mdb.c | 1 -
> net/bridge/br_private.h | 84 ++++-
> net/bridge/br_switchdev.c | 287 +++++++++++++--
> net/bridge/br_vlan.c | 11 +-
> net/dsa/dsa2.c | 4 +
> net/dsa/dsa_priv.h | 6 +
> net/dsa/port.c | 192 +++++++---
> net/dsa/tag_dsa.c | 52 ++-
> 32 files changed, 1406 insertions(+), 348 deletions(-)
Too many things are squashed into this one patchset. It needs to be
split. According to the title, the patchset is focused on improving
performance, but there are no performance numbers that I could see and
most of the patches deal with the replay stuff instead.
The TX forwarding offload in mv88e6xxx is not related to the replay
stuff and should be added in a separate patchset. This can be done by
first adding the switchdev_bridge_port_offload() /
switchdev_bridge_port_unoffload() APIs that only take care of setting /
unsetting the hardware domain for the bridge port. Then, in a different
patchset, these APIs can be augmented with a parameter for the replay
stuff. It should be easier to review that way and require less
unnecessary surgeries in drivers that do not require the added
functionality.
Thanks
Powered by blists - more mailing lists