diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2014-04-07 19:18:30 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-07 23:20:44 +0400 |
commit | 6f25cd47dcd2b9912c6e52aa833ba1614f7b5086 (patch) | |
tree | b86524a8db6002c790bae2da003f4598b3ea8f2d /net/wimax | |
parent | c293fb785bdda64d88f197e6758a3c16ae83e569 (diff) | |
download | linux-6f25cd47dcd2b9912c6e52aa833ba1614f7b5086.tar.xz |
pktgen: fix xmit test for BQL enabled devices
Similarly as in commit 8e2f1a63f221 ("packet: fix packet_direct_xmit
for BQL enabled drivers"), we test for __QUEUE_STATE_STACK_XOFF bit
in pktgen's xmit, which would not fully fill the device's TX ring for
BQL drivers that use netdev_tx_sent_queue(). Fix is to use, similarly
as we do in packet sockets, netif_xmit_frozen_or_drv_stopped() test.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wimax')
0 files changed, 0 insertions, 0 deletions