Re: [PATCH 2/2] virtio: free transmit skbs when notified, not on next xmit.

2007-11-19 Thread Christian Borntraeger
Am Montag, 19. November 2007 schrieb Rusty Russell: > This fixes a potential dangling xmit problem. > > We also suppress refill interrupts until we need them. > (Anthony and I have been working on performance recently, so this > is a WIP). > > Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> Tha

[PATCH 2/2] virtio: free transmit skbs when notified, not on next xmit.

2007-11-18 Thread Rusty Russell
This fixes a potential dangling xmit problem. We also suppress refill interrupts until we need them. (Anthony and I have been working on performance recently, so this is a WIP). Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> diff -r 586fb6ff29dd drivers/net/virtio_net.c --- a/drivers/net/virti