diff options
author | Cong Wang <[email protected]> | 2019-05-01 19:56:59 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-05-04 00:41:41 -0400 |
commit | 141b6b2ad75d92770240de3af98d55c41ce7cd18 (patch) | |
tree | c6b302bf24d04bd8a3d294d2df858f60d15116e2 /scripts/gdb/linux/tasks.py | |
parent | f3f050a4df355c398f70e3788360a1262ac0c5df (diff) |
net: add a generic tracepoint for TX queue timeout
Although devlink health report does a nice job on reporting TX
timeout and other NIC errors, unfortunately it requires drivers
to support it but currently only mlx5 has implemented it.
Before other drivers could catch up, it is useful to have a
generic tracepoint to monitor this kind of TX timeout. We have
been suffering TX timeout with different drivers, we plan to
start to monitor it with rasdaemon which just needs a new tracepoint.
Sample output:
ksoftirqd/1-16 [001] ..s2 144.043173: net_dev_xmit_timeout: dev=ens3 driver=e1000 queue=0
Cc: Eran Ben Elisha <[email protected]>
Cc: Jiri Pirko <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Reviewed-by: Eran Ben Elisha <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions