[openib-general] Re: LLTX and netif_stop_queue

David S. Miller davem at davemloft.net
Wed Dec 22 20:29:19 PST 2004


On Wed, 22 Dec 2004 19:49:48 +0100
Eric Lemoine <eric.lemoine at gmail.com> wrote:

> Instead, I would suggest to have LLTX drivers check whether queue is
> stopped after they grab their private tx lock and before they check tx
> ring fullness. That way we close the race window but keep the driver
> bug check around.
> 
> See attached sungem patch.

That sounds about right.  Nice idea.  It solves the race, and retains
the error state check.

I'll apply Eric's patch, and do something similar in the other LLTX
drivers (except loopback which has not "queue" per se so doesn't need
this stuff).



More information about the general mailing list