commit | 39aa81659353becbe4ee34d72cf79e02182e858a | [log] [tgz] |
---|---|---|
author | Ron Mercer <ron.mercer@qlogic.com> | Thu Aug 27 11:02:11 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 28 23:22:34 2009 -0700 |
tree | 4b61c88bd140489be86296c2bfb4a501683b960b | |
parent | a4ab613717184138763c5fb4a4b4bbc354d5b0ee [diff] |
qlge: Move TX completions from workqueue to NAPI. TX completions were running in a workqueue queued by the ISR. This patch moves the processing of TX completions to an existing RSS NAPI context. Now each irq vector runs NAPI for one RSS ring and one or more TX completion rings. Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>