Re: [PATCH] virtio_net: Add schedule check to napi_enable call

2011-02-10 Thread Michael S. Tsirkin
On Thu, Feb 10, 2011 at 12:32:50PM +1030, Rusty Russell wrote: From: Bruce Rogers brog...@novell.com Under harsh testing conditions, including low memory, the guest would stop receiving packets. With this patch applied we no longer see any problems in the driver while performing these tests

Re: [PATCH] virtio_net: Add schedule check to napi_enable call

2011-02-10 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com Date: Thu, 10 Feb 2011 19:57:26 +0200 On Thu, Feb 10, 2011 at 12:32:50PM +1030, Rusty Russell wrote: From: Bruce Rogers brog...@novell.com Under harsh testing conditions, including low memory, the guest would stop receiving packets. With this patch

Re: [PATCH] virtio_net: Add schedule check to napi_enable call

2011-02-10 Thread David Miller
From: Rusty Russell ru...@rustcorp.com.au Date: Thu, 10 Feb 2011 12:32:50 +1030 From: Bruce Rogers brog...@novell.com Under harsh testing conditions, including low memory, the guest would stop receiving packets. With this patch applied we no longer see any problems in the driver while

[PATCH] virtio_net: Add schedule check to napi_enable call

2011-02-09 Thread Rusty Russell
From: Bruce Rogers brog...@novell.com Under harsh testing conditions, including low memory, the guest would stop receiving packets. With this patch applied we no longer see any problems in the driver while performing these tests for extended periods of time. Make sure napi is scheduled