Message ID | 20210322205859.606704-1-ciorneiioana@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | dpaa2-switch: offload bridge port flags to device | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 22 Mar 2021 22:58:53 +0200 you wrote: > From: Ioana Ciornei <ioana.ciornei@nxp.com> > > Add support for offloading bridge port flags to the switch. With this > patch set, the learning, broadcast flooding and unknown ucast/mcast > flooding states will be user configurable. > > Apart from that, the last patch is a small fix that configures the > offload_fwd_mark if the switch port is under a bridge or not. > > [...] Here is the summary with links: - [net-next,1/6] dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood function https://git.kernel.org/netdev/net-next/c/c7e856c85981 - [net-next,2/6] dpaa2-switch: refactor the egress flooding domain setup https://git.kernel.org/netdev/net-next/c/f054e3e217e4 - [net-next,3/6] dpaa2-switch: add support for configuring learning state per port https://git.kernel.org/netdev/net-next/c/1e7cbabfdb12 - [net-next,4/6] dpaa2-switch: add support for configuring per port broadcast flooding https://git.kernel.org/netdev/net-next/c/b54eb093f5ce - [net-next,5/6] dpaa2-switch: add support for configuring per port unknown flooding https://git.kernel.org/netdev/net-next/c/6253d5e39ce2 - [net-next,6/6] dpaa2-switch: mark skbs with offload_fwd_mark https://git.kernel.org/netdev/net-next/c/b175dfd7e691 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Ioana Ciornei <ioana.ciornei@nxp.com> Add support for offloading bridge port flags to the switch. With this patch set, the learning, broadcast flooding and unknown ucast/mcast flooding states will be user configurable. Apart from that, the last patch is a small fix that configures the offload_fwd_mark if the switch port is under a bridge or not. Ioana Ciornei (6): dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood function dpaa2-switch: refactor the egress flooding domain setup dpaa2-switch: add support for configuring learning state per port dpaa2-switch: add support for configuring per port broadcast flooding dpaa2-switch: add support for configuring per port unknown flooding dpaa2-switch: mark skbs with offload_fwd_mark .../ethernet/freescale/dpaa2/dpaa2-switch.c | 214 ++++++++++++++---- .../ethernet/freescale/dpaa2/dpaa2-switch.h | 3 +- .../net/ethernet/freescale/dpaa2/dpsw-cmd.h | 10 + drivers/net/ethernet/freescale/dpaa2/dpsw.c | 27 +++ drivers/net/ethernet/freescale/dpaa2/dpsw.h | 25 +- 5 files changed, 225 insertions(+), 54 deletions(-)