From: Rusty Russell Date: Tue, 5 Feb 2008 04:50:07 +0000 (-0500) Subject: virtio: flush buffers on open X-Git-Tag: v2.6.25-rc1~1058^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a48bd8f67003c342e147309a331f656a5e75a5e4;p=pandora-kernel.git virtio: flush buffers on open Fix bug found by Christian Borntraeger: if the other side fills all the registered network buffers before we enable NAPI, we will never get an interrupt. The simplest fix is to process the input queue once on open. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed