diff options
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | 2012-04-23 02:18:39 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-23 22:34:02 -0400 |
commit | e22979d96a55d24bc43247341a052ec1b3a7fda6 (patch) | |
tree | c82b4a05473b55a2526386ca4872945a2736e7ef /ipc | |
parent | a19a848a456aee35508b548819003907d033003b (diff) | |
download | linux-e22979d96a55d24bc43247341a052ec1b3a7fda6.tar.bz2 |
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 <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions