virtio_net: remove send queue
authorShirley Ma <mashirle@us.ibm.com>
Mon, 8 Feb 2010 14:14:42 +0000 (14:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2010 20:27:56 +0000 (12:27 -0800)
commit830a8a976ff2236ebc383e9a06f7872ed9243bfb
treee8feeab919a37d6aaadb2a896c07c734c922967a
parentb25822ca5e3d6551b74506e2c69afada7c29c967
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>
drivers/net/virtio_net.c