From: David Daney Date: Thu, 7 Jan 2010 19:05:04 +0000 (-0800) Subject: Staging: Octeon Ethernet: Convert to NAPI. X-Git-Tag: v2.6.34-rc1~269^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3368c784bcf77124aaf39372e627016c36bd4472;p=pandora-kernel.git Staging: Octeon Ethernet: Convert to NAPI. Convert the driver to be a reasonably well behaved NAPI citizen. There is one NAPI instance per CPU shared between all input ports. As receive backlog increases, NAPI is scheduled on additional CPUs. Receive buffer refill code factored out so it can also be called from the periodic timer. This is needed to recover from temporary buffer starvation conditions. Signed-off-by: David Daney To: linux-mips@linux-mips.org To: gregkh@suse.de Patchwork: http://patchwork.linux-mips.org/patch/839/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed