commit | 830a8a976ff2236ebc383e9a06f7872ed9243bfb | [log] [tgz] |
---|---|---|
author | Shirley Ma <mashirle@us.ibm.com> | Mon Feb 08 14:14:42 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 12 12:27:56 2010 -0800 |
tree | e8feeab919a37d6aaadb2a896c07c734c922967a | |
parent | b25822ca5e3d6551b74506e2c69afada7c29c967 [diff] |
virtio_net: remove send queue Now we have a virtio detach API (in commit f9bfbebf34eab707b065116cdc9699d25ba4252a), we don't need to track xmit skbs in the virio_net driver, which improves transmission performance. Signed-off-by: Shirley Ma <xma@us.ibm.com> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>