]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59f479d0f3b692c46701ededdae2f14f99b5ed07
tree07da12432be7470ca29826b0578fb59c8e0cd3bd
parent20efb787beb33ba94dcbb02559d6e0fd1f769102
parent2573485cac8c06b724e94794119f73b5e9139b30
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>