diff options
author | Ido Schimmel <idosch@mellanox.com> | 2019-08-17 15:28:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-17 21:40:08 +0200 |
commit | edd3d0074c256848bbf5805350b39d40b1e2bf2b (patch) | |
tree | 5606e7b74ef722693ac100484b88d7b1cf6e14bc /MAINTAINERS | |
parent | drop_monitor: Initialize hardware per-CPU data (diff) | |
download | linux-edd3d0074c256848bbf5805350b39d40b1e2bf2b.tar.xz linux-edd3d0074c256848bbf5805350b39d40b1e2bf2b.zip |
drop_monitor: Add basic infrastructure for hardware drops
Export a function that can be invoked in order to report packets that
were dropped by the underlying hardware along with metadata.
Subsequent patches will add support for the different alert modes.
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fd9ab61c2670..96d3e60697f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11156,6 +11156,7 @@ S: Maintained W: https://fedorahosted.org/dropwatch/ F: net/core/drop_monitor.c F: include/uapi/linux/net_dropmon.h +F: include/net/drop_monitor.h NETWORKING DRIVERS M: "David S. Miller" <davem@davemloft.net> |