Merge branch 'add-support-for-flower-actions-mirred-and-redirect'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 9 Apr 2024 08:45:13 +0000 (10:45 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 9 Apr 2024 08:45:13 +0000 (10:45 +0200)
Daniel Machon says:

====================
Add support for flower actions mirred and redirect

This series adds support for the two tc flower actions mirred and
redirect. Both actions are implemented by means of a port mask and a
mask mode. The mask mode controls how the mask is applied, and together
they are used by the switch to make a forwarding decision. Both actions
are configurable via the IS0 or IS2 VCAP's (ingress stage 0 and 2,
respectively).

Patch #1: adds support for tc flower mirred action.
Patch #2: adds support for tc flower redirect action.

Signed-off-by: Daniel Machon <daniel.machon@microchip.com>
====================

Link: https://lore.kernel.org/r/20240405-mirror-redirect-actions-v2-0-875d4c1927c8@microchip.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge