mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
devlink: add ACL generic packet traps
Add packet traps that can report packets that were dropped during ACL processing. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4a23d45a3e
commit
ecd942a0ef
@@ -238,6 +238,12 @@ be added to the following table:
|
||||
- ``drop``
|
||||
- Traps NVE packets that the device decided to drop because their overlay
|
||||
source MAC is multicast
|
||||
* - ``ingress_flow_action_drop``
|
||||
- ``drop``
|
||||
- Traps packets dropped during processing of ingress flow action drop
|
||||
* - ``egress_flow_action_drop``
|
||||
- ``drop``
|
||||
- Traps packets dropped during processing of egress flow action drop
|
||||
|
||||
Driver-specific Packet Traps
|
||||
============================
|
||||
@@ -277,6 +283,9 @@ narrow. The description of these groups must be added to the following table:
|
||||
* - ``tunnel_drops``
|
||||
- Contains packet traps for packets that were dropped by the device during
|
||||
tunnel encapsulation / decapsulation
|
||||
* - ``acl_drops``
|
||||
- Contains packet traps for packets that were dropped by the device during
|
||||
ACL processing
|
||||
|
||||
Testing
|
||||
=======
|
||||
|
||||
Reference in New Issue
Block a user