Re: [Patch net-next] net: add a generic tracepoint for TX queue timeout

2019-05-01 Thread Cong Wang
On Wed, May 1, 2019 at 6:11 AM Eran Ben Elisha wrote: > > > > On 4/30/2019 9:50 PM, Cong Wang wrote: > > 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.

Re: [Patch net-next] net: add a generic tracepoint for TX queue timeout

2019-05-01 Thread Saeed Mahameed
On Wed, 2019-05-01 at 13:11 +, Eran Ben Elisha wrote: > > On 4/30/2019 9:50 PM, Cong Wang wrote: > > 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.

Re: [Patch net-next] net: add a generic tracepoint for TX queue timeout

2019-05-01 Thread Eran Ben Elisha
On 4/30/2019 9:50 PM, Cong Wang wrote: > 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. The devlink health was never intended to be the generic mechanism

[Patch net-next] net: add a generic tracepoint for TX queue timeout

2019-04-30 Thread Cong Wang
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.