commit | 4403b371888d5947ed08200ee6351441a188a5c7 | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <ben.lahaise@neterion.com> | Tue Aug 04 10:20:44 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 05 13:10:43 2009 -0700 |
tree | 69b9f54df4340aab236206295da03b14683dc62f | |
parent | 36e89d73e54c8db79d0fd1636cab9236eea7aae9 [diff] |
vxge: don't drop frame on tx queue full The vxge driver will drop a packet in its transmit function if the number of TxDs available hits 0. Instead of doing that, simply stop the transmit queue when transmitting a packet with the last available TxD. Signed-off-by: Benjamin LaHaise <ben.lahaise@neterion.com> Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com> Signed-off-by: David S. Miller <davem@davemloft.net>