From: Yevgeny Petrilin Date: Mon, 23 Apr 2012 02:18:39 +0000 (+0000) Subject: mlx4_en: Moving to Interrupts for TX completions X-Git-Tag: v3.5-rc1~109^2~312 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e22979d96a55d24bc43247341a052ec1b3a7fda6;p=pandora-kernel.git mlx4_en: Moving to Interrupts for TX completions Moving to interrupts instead of polling fpr TX completions Avoiding situations where skb can be held in by the driver for a long time (till timer expires). The change is also necessary for supporting BQL. Removing comp_lock that was required because we could handle TX completions from several contexts: Interrupts, timer, polling. Now there is only interrupts Signed-off-by: Yevgeny Petrilin Signed-off-by: David S. Miller --- Reading git-diff-tree failed