diff options
author | Ido Schimmel <idosch@mellanox.com> | 2020-09-29 11:15:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-10-01 04:01:26 +0300 |
commit | 8ee2267ad33e0ba021e9dd9b437f773906cd99d6 (patch) | |
tree | de76d6f23aef6a840d6c56a39f54ae6bc13212ba /MAINTAINERS | |
parent | 5855357cd40e8b2ccdcc30f8ae0dac3f0f892ccd (diff) | |
download | linux-8ee2267ad33e0ba021e9dd9b437f773906cd99d6.tar.xz |
drop_monitor: Convert to using devlink tracepoint
Convert drop monitor to use the recently introduced
'devlink_trap_report' tracepoint instead of having devlink call into
drop monitor.
This is both consistent with software originated drops ('kfree_skb'
tracepoint) and also allows drop monitor to be built as a module and
still report hardware originated drops.
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-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, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 42c69d2eeece..c1e946606dce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12065,7 +12065,6 @@ M: Neil Horman <nhorman@tuxdriver.com> L: netdev@vger.kernel.org S: Maintained W: https://fedorahosted.org/dropwatch/ -F: include/net/drop_monitor.h F: include/uapi/linux/net_dropmon.h F: net/core/drop_monitor.c |