netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] dpaa2-switch: add STP support
@ 2021-03-30 14:54 Ioana Ciornei
  2021-03-30 14:54 ` [PATCH net-next 1/5] dpaa2-switch: fix the translation between the bridge and dpsw STP states Ioana Ciornei
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ioana Ciornei @ 2021-03-30 14:54 UTC (permalink / raw)
  To: davem, kuba, netdev; +Cc: olteanv, andrew, f.fainelli, Ioana Ciornei

From: Ioana Ciornei <ioana.ciornei@nxp.com>

This patch set adds support for STP to the dpaa2-switch.

First of all, it fixes a bug which was determined by the improper usage
of bridge BR_STATE_* values directly in the MC ABI.
The next patches deal with creating an ACL table per port and trapping
the STP frames to the control interface by adding an entry into each
table.
The last patch configures proper learning state depending on the STP
state.

Ioana Ciornei (5):
  dpaa2-switch: fix the translation between the bridge and dpsw STP
    states
  dpaa2-switch: create and assign an ACL table per port
  dpaa2-switch: keep track of the current learning state per port
  dpaa2-switch: trap STP frames to the CPU
  dpaa2-switch: setup learning state on STP state change

 .../ethernet/freescale/dpaa2/dpaa2-switch.c   | 152 ++++++++++++--
 .../ethernet/freescale/dpaa2/dpaa2-switch.h   |   7 +
 .../net/ethernet/freescale/dpaa2/dpsw-cmd.h   |  75 +++++++
 drivers/net/ethernet/freescale/dpaa2/dpsw.c   | 190 ++++++++++++++++++
 drivers/net/ethernet/freescale/dpaa2/dpsw.h   | 121 +++++++++++
 5 files changed, 533 insertions(+), 12 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-31  0:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 14:54 [PATCH net-next 0/5] dpaa2-switch: add STP support Ioana Ciornei
2021-03-30 14:54 ` [PATCH net-next 1/5] dpaa2-switch: fix the translation between the bridge and dpsw STP states Ioana Ciornei
2021-03-30 14:54 ` [PATCH net-next 2/5] dpaa2-switch: create and assign an ACL table per port Ioana Ciornei
2021-03-30 14:54 ` [PATCH net-next 3/5] dpaa2-switch: keep track of the current learning state " Ioana Ciornei
2021-03-30 14:54 ` [PATCH net-next 4/5] dpaa2-switch: trap STP frames to the CPU Ioana Ciornei
2021-03-30 14:54 ` [PATCH net-next 5/5] dpaa2-switch: setup learning state on STP state change Ioana Ciornei
2021-03-31  0:30 ` [PATCH net-next 0/5] dpaa2-switch: add STP support patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).