diff options
author | Anton Blanchard <anton@samba.org> | 2011-10-14 07:31:00 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-18 01:00:54 +0200 |
commit | 222ca96b69ae8afb2ad13b99070b09309e7d9657 (patch) | |
tree | 839c50af6f1728cd4ddc479b44ab45ec8dd78d2b /drivers/net/ethernet/ibm/ehea/ehea.h | |
parent | ehea: Update multiqueue support (diff) | |
download | linux-222ca96b69ae8afb2ad13b99070b09309e7d9657.tar.xz linux-222ca96b69ae8afb2ad13b99070b09309e7d9657.zip |
ehea: Remove force_irq logic in napi poll routine
commit 18604c548545 (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>
Diffstat (limited to 'drivers/net/ethernet/ibm/ehea/ehea.h')
-rw-r--r-- | drivers/net/ethernet/ibm/ehea/ehea.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ibm/ehea/ehea.h b/drivers/net/ethernet/ibm/ehea/ehea.h index e247927139ba..4a4d466e9ce0 100644 --- a/drivers/net/ethernet/ibm/ehea/ehea.h +++ b/drivers/net/ethernet/ibm/ehea/ehea.h @@ -383,7 +383,6 @@ struct ehea_port_res { u64 tx_bytes; u64 rx_packets; u64 rx_bytes; - u32 poll_counter; struct net_lro_mgr lro_mgr; struct net_lro_desc lro_desc[MAX_LRO_DESCRIPTORS]; int sq_restart_flag; |