commit | 97a3a9a67b711bedc1e0d3a33a0dd019c3af2f46 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Mon Nov 05 06:22:23 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 03:51:14 2012 -0500 |
tree | 1cab1521388f61aff2ff4aed8f3feed28fde5d5f | |
parent | 9169963d8090288995b19bc8065d305843bad617 [diff] |
net: calxedaxgmac: rework transmit ring handling Only generate tx interrupts on every ring size / 4 descriptors. Move the netif_stop_queue call to the end of the xmit function rather than checking at the beginning. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: David S. Miller <davem@davemloft.net>