Skip to content
Commit 3e9d08ec authored by Bruce Rogers's avatar Bruce Rogers Committed by David S. Miller
Browse files

virtio_net: Add schedule check to napi_enable call



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 subsequent to each napi_enable.

Signed-off-by: default avatarBruce Rogers <brogers@novell.com>
Signed-off-by: default avatarOlaf Kirch <okir@suse.de>
Cc: stable@kernel.org
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 96642d42
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment