From: Govindarajulu Varadarajan <_govind@gmx.com> Date: Wed, 12 Nov 2014 22:42:06 +0000 (+0530) Subject: enic: fix work done in tx napi_poll X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41281d02f8b94e136f78cb1b6a5d78182c222bd;p=pandora-kernel.git enic: fix work done in tx napi_poll With the commit d75b1ade567 ("net: less interrupt masking in NAPI") napi repoll is done only when work_done == budget. In tx napi poll we always return 0. So tx napi is not called again and we do not clean up the tx ring. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller --- Reading git-diff-tree failed