]> 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)
commit9d9726175c982402cf6c48e713e2b4a72ca59b44
tree07da12432be7470ca29826b0578fb59c8e0cd3bd
parent982384e0818e8062897b46404bb4268fb0804693
parent55c5e840d32400d4fbec825959a423e71da5178e
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>