Re: [PATCH net-next v9 0/3] netdev: ndo_tx_timeout cleanup

From: David Miller
Date: Mon Dec 09 2019 - 17:43:44 EST


From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
Date: Mon, 9 Dec 2019 11:28:57 -0500

> A bunch of drivers want to know which tx queue triggered a timeout,
> and virtio wants to do the same.
> We actually have the info to hand, let's just pass it on to drivers.
> Note: tested with an experimental virtio patch by Julio.
> That patch itself isn't ready yet though, so not included.
> Other drivers compiled only.

Besides the "int" --> "unsigned int" typing issue, I never saw patch #2
neither on the mailing list nor directly sent to me.