]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: free transmit skbs when notified, not on next xmit.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 5 Feb 2008 04:50:07 +0000 (23:50 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Feb 2008 12:50:08 +0000 (23:50 +1100)
commit49c3bb3aee744a819480646e023399a423f9bf00
tree5a81ecc2d80724054d2b8f5679a58e1d42e9322a
parentea7c708b5a8c67ab095302a110f37c77fa2a434c
virtio: free transmit skbs when notified, not on next xmit.

This fixes a potential dangling xmit problem.

We also suppress refill interrupts until we need them.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/net/virtio_net.c