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)
commit1c25fe9a044d5334153a3585754b26553f8287b9
tree78006a3364b9b1585db529a56bd91ae4649825fd
parent74bd5dbe1b9197b217bb44e4ae5f745307b566ee
parent1164b8e0b108507b41e2564a9461bc0a6e38283c
Merge branch 'add-support-for-flower-actions-mirred-and-redirect'

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>