commit | 5a0d2268d259886f0c87131639d19eb4a67b4532 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Nov 23 10:42:02 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 10:47:18 2010 -0800 |
tree | 952e6225fcee027f3a4ae8e1c2b2c889eff3a8b2 | |
parent | d3c15cab213becc49a6f2ad7f48a59513a5f17dd [diff] |
net: add netif_tx_queue_frozen_or_stopped When testing struct netdev_queue state against FROZEN bit, we also test XOFF bit. We can test both bits at once and save some cycles. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>