aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorVladislav Zolotarov <vladz@broadcom.com>2009-01-26 12:36:42 -0800
committerDavid S. Miller <davem@davemloft.net>2009-01-26 12:36:42 -0800
commite8b5fc514d1c7637cb4b8f77e7d8ac33ef66130c (patch)
tree486a72b31cdadfe976b7baf181e90e0767b4dee5 /net
parent32ec803348b4d5f1353e1d7feae30880b8b3e342 (diff)
bnx2x: tx_has_work should not wait for FW
The current tx_has_work waited until all packets sent by the driver are marked as completed by the FW. This is too greedy and it causes the bnx2x_poll to spin in vain. The driver should only check that all packets FW already completed are freed - only in unload flow the driver should make sure that transmit queue is empty Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions