diff options
| author | David S. Miller <[email protected]> | 2024-04-24 12:08:07 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-04-24 12:08:07 +0000 |
| commit | 9dd15d5088e9b322893459e38e1d279a33fc096c (patch) | |
| tree | ef6c4043dbb01d6dd31739847ab172c790f9bdf0 /net/openvswitch/vport-netdev.c | |
| parent | Merge branch 'net-dunamic-dummy-device' (diff) | |
| parent | net: sparx5: add support for matchall mirror stats (diff) | |
| download | kernel-9dd15d5088e9b322893459e38e1d279a33fc096c.tar.gz kernel-9dd15d5088e9b322893459e38e1d279a33fc096c.zip | |
Merge branch 'sparx5-port-mirroring'
Daniel Machon says:
====================
net: sparx5: add support for port mirroring
This series adds support for port mirroring, and port mirroring stats,
through tc matchall action FLOW_ACTION_MIRRED.
The hardware has three independent mirroring probes. Each probe can be
configured with a separate set of filtering conditions that must be
fulfilled before traffic is mirrored.
A mirror probe can have up to 64 source ports and a single monitor port.
The direction of a mirror probe determines if rx or tx traffic is
mirrored from the source port to the monitor port.
To: David S. Miller <[email protected]>
To: Eric Dumazet <[email protected]>
To: Jakub Kicinski <[email protected]>
To: Paolo Abeni <[email protected]>
To: Lars Povlsen <[email protected]>
To: Steen Hegelund <[email protected]>
To: [email protected]
To: Russell King <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Horatiu Vultur <[email protected]>
Cc: Russell King (Oracle) <[email protected]>
Cc: Uwe Kleine-König <[email protected]>
Cc: Vladimir Oltean <[email protected]>
Cc: Yue Haibing <[email protected]>
---
Changes in v3:
- Ditch do_div() (patch #3) to fix warning on hexagon arch, reported by intel bot
- Link to v2: https://lore.kernel.org/r/[email protected]
Changes in v2:
- Fix clang build warning about uninitialized variable 'err'
- Link to v1: https://lore.kernel.org/r/[email protected]
====================
Signed-off-by: Daniel Machon <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/openvswitch/vport-netdev.c')
0 files changed, 0 insertions, 0 deletions
