Re: [PATCH RFC net-next 1/2] drivers: net: virtio_net: Add tx_timeout stats field

2019-10-07 Thread Julio Faracco
Em seg, 7 de out de 2019 às 11:15, Julian Wiedmann escreveu: > > On 06.10.19 20:45, jcfara...@gmail.com wrote: > > From: Julio Faracco > > > > For debug purpose of TX timeout events, a tx_timeout entry was added to > > monitor this special case: when dev_watchdog identifies a tx_timeout and > >

Re: [PATCH RFC net-next 1/2] drivers: net: virtio_net: Add tx_timeout stats field

2019-10-07 Thread Julian Wiedmann
On 06.10.19 20:45, jcfara...@gmail.com wrote: > From: Julio Faracco > > For debug purpose of TX timeout events, a tx_timeout entry was added to > monitor this special case: when dev_watchdog identifies a tx_timeout and > throw an exception. We can both consider this event as an error, but >

[PATCH RFC net-next 1/2] drivers: net: virtio_net: Add tx_timeout stats field

2019-10-06 Thread jcfaracco
From: Julio Faracco For debug purpose of TX timeout events, a tx_timeout entry was added to monitor this special case: when dev_watchdog identifies a tx_timeout and throw an exception. We can both consider this event as an error, but driver should report as a tx_timeout statistic.