Sathya Perla f31e50a802 be2net: fix tx completion polling
In tx/mcc polling, napi_complete() is being incorrectly called
before reaping tx completions. This can cause tx compl processing
to be scheduled on another cpu concurrently which can result in a panic.
This if fixed by calling napi complete() after tx/mcc compl processing
but before re-enabling interrupts (via a cq notify).

Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-02 03:56:39 -08:00
..
2010-03-02 03:56:39 -08:00
2010-03-02 03:56:39 -08:00
2010-02-19 17:11:53 -08:00
2010-02-19 17:11:53 -08:00
2010-03-02 03:56:39 -08:00
2010-02-19 17:11:54 -08:00
2009-03-11 23:32:22 -07:00