OSDN Git Service

Merge branch 'dpaa2-switch-STP'
authorDavid S. Miller <davem@davemloft.net>
Wed, 31 Mar 2021 00:18:26 +0000 (17:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Mar 2021 00:18:26 +0000 (17:18 -0700)
commit578c97b0b243c7450b78464c1f34d2590f996734
tree07da12432be7470ca29826b0578fb59c8e0cd3bd
parente48792a9ec7898444fec6577611a6205e36dfdb9
parentbc96781a895996c66f1d20411202f24000bfbab8
Merge branch 'dpaa2-switch-STP'

Ioana Ciornei says:

====================
dpaa2-switch: add STP support

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>