From: Ron Mercer Date: Thu, 27 Aug 2009 11:02:11 +0000 (+0000) Subject: qlge: Move TX completions from workqueue to NAPI. X-Git-Tag: v2.6.32-rc1~703^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39aa81659353becbe4ee34d72cf79e02182e858a;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed