Merge branch 'ocelot-mrp'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 22:49:52 +0000 (15:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 22:49:52 +0000 (15:49 -0700)
Horatiu Vultur says:

====================
net: ocelot: Extend MRP

This patch series extends the current support of MRP in Ocelot driver.
Currently the forwarding of the frames happened in SW because all frames
were trapped to CPU. With this patch the MRP frames will be forward in HW.

v1 -> v2:
 - create a patch series instead of single patch
 - rename ocelot_mrp_find_port to ocelot_mrp_find_partner_port
 - rename PGID_MRP to PGID_BLACKHOLE
 - use GFP_KERNEL instead of GFP_ATOMIC
 - fix other whitespace issues
====================

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

Trivial merge