]> git.baikalelectronics.ru Git - kernel.git/commit
ehea: Remove force_irq logic in napi poll routine
authorAnton Blanchard <anton@samba.org>
Fri, 14 Oct 2011 05:31:00 +0000 (05:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Oct 2011 23:00:54 +0000 (19:00 -0400)
commitc4e65cb2a49f07e72e18bbfd65ceac356ad1f7bb
tree839c50af6f1728cd4ddc479b44ab45ec8dd78d2b
parent6f59099303bab5abe484248c9f8d5b27dd8ff249
ehea: Remove force_irq logic in napi poll routine

commit c62e2c99da7a (ehea: NAPI multi queue TX/RX path for SMP) added
driver specific logic for exiting napi mode. I'm not sure what it was
trying to solve and it should be up to the network stack to decide when
we are done polling so remove it.

v3:
[cascardo] Fixed extra parentheses.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ehea/ehea.h
drivers/net/ethernet/ibm/ehea/ehea_main.c