diff options
author | Karl Hiramoto <karl@hiramoto.org> | 2009-09-02 23:26:39 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-02 23:46:10 -0700 |
commit | 137742cf9738f1b4784058ff79aec7ca85e769d4 (patch) | |
tree | 1b2424c5d0efe674c8a93f09451b281f0ada3ec6 /fs/internal.h | |
parent | 81538e74ca12a71ea37ce72f809ebc65a90b9538 (diff) |
atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() when we can send packets again.
This patch removes the call to dev_kfree_skb() when the atm device is busy.
Calling dev_kfree_skb() causes heavy packet loss then the device is under
heavy load, the more correct behavior should be to stop the upper layers,
then when the lower device can queue packets again wake the upper layers.
Signed-off-by: Karl Hiramoto <karl@hiramoto.org>
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/internal.h')
0 files changed, 0 insertions, 0 deletions