From: Zoltan Kiss Date: Tue, 28 Oct 2014 15:29:30 +0000 (+0000) Subject: xen-netback: Disable NAPI after disabling interrupts X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~322^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe78989c3445a221cfcc54964e7e62718883615;p=pandora-kernel.git xen-netback: Disable NAPI after disabling interrupts Otherwise the interrupt handler still calls napi_complete. Although it won't schedule NAPI again as either NAPI_STATE_DISABLE or NAPI_STATE_SCHED is set, it is just unnecessary, and it makes more sense to do this way. Signed-off-by: Zoltan Kiss Signed-off-by: David Vrabel Acked-by: Wei Liu Signed-off-by: David S. Miller --- Reading git-diff-tree failed