diff options
author | Eric Dumazet <edumazet@google.com> | 2012-09-28 07:53:26 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-01 17:01:57 -0400 |
commit | 8112ec3b8722680251aecdcc23dfd81aa7af6340 (patch) | |
tree | 29c45d88297bc0e21b1716426f9a048e7d783707 /Documentation/pcmcia | |
parent | 60769a5dcd8755715c7143b4571d5c44f01796f1 (diff) |
mlx4: dont orphan skbs in mlx4_en_xmit()
After commit e22979d96a55d (mlx4_en: Moving to Interrupts for TX
completions) we no longer need to orphan skbs in mlx4_en_xmit()
since skb wont stay a long time in TX ring before their release.
Orphaning skbs in ndo_start_xmit() should be avoided as much as
possible, since it breaks TCP Small Queue or other flow control
mechanisms (per socket limits)
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Yevgeny Petrilin <yevgenyp@mellanox.com>
Cc: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/pcmcia')
0 files changed, 0 insertions, 0 deletions