From: Zoltan Kiss Date: Mon, 11 Aug 2014 12:01:44 +0000 (+0100) Subject: xen-netback: Don't deschedule NAPI when carrier off X-Git-Tag: cleanup-for-v3.18~35^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2561cc15e3816e4323f9e79a6890bff94c0bbec2;p=pandora-kernel.git xen-netback: Don't deschedule NAPI when carrier off In the patch called "xen-netback: Turn off the carrier if the guest is not able to receive" NAPI was descheduled when the carrier was set off. That's not what most of the drivers do, and we don't have any specific reason to do so as well, so revert that change. Signed-off-by: Zoltan Kiss Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: xen-devel@lists.xenproject.org Acked-by: Wei Liu Signed-off-by: David S. Miller --- Reading git-diff-tree failed