From: Paolo Abeni Date: Tue, 9 Apr 2024 08:45:13 +0000 (+0200) Subject: Merge branch 'add-support-for-flower-actions-mirred-and-redirect' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c25fe9a044d5334153a3585754b26553f8287b9;p=linux.git 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 ==================== Link: https://lore.kernel.org/r/20240405-mirror-redirect-actions-v2-0-875d4c1927c8@microchip.com Signed-off-by: Paolo Abeni --- 1c25fe9a044d5334153a3585754b26553f8287b9