From: Nicolas Ferre Date: Tue, 12 Feb 2013 10:08:48 +0000 (+0100) Subject: net/macb: fix race with RX interrupt while doing NAPI X-Git-Tag: v3.8~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8770e91aa61127f82eb8a9e641832474dbbcc8f1;p=pandora-kernel.git net/macb: fix race with RX interrupt while doing NAPI When interrupts are disabled, an RX condition can occur but it is not reported when enabling interrupts again. We need to check RSR and use napi_reschedule() if condition is met. Signed-off-by: Nicolas Ferre Signed-off-by: David S. Miller --- Reading git-diff-tree failed