From: Govindarajulu Varadarajan <_govind@gmx.com> Date: Mon, 23 Jun 2014 10:38:05 +0000 (+0530) Subject: enic: do tx cleanup in napi poll X-Git-Tag: cleanup-for-v3.18~108^2~270^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfe878537cec0e9c0f84b93cc6aa9526f6942b5;p=pandora-kernel.git enic: do tx cleanup in napi poll Till now enic had been doing tx clean in isr. Using napi infrastructure to move the tx clean up out of isr to softirq. Now, wq isr schedules napi poll. In enic_poll_msix_wq we clean up the tx queus. This is applicable only on MSIX. In INTx and MSI we use single napi to clean both rx & tx queues. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller --- Reading git-diff-tree failed