From: Francois Romieu Date: Tue, 15 Mar 2011 16:29:31 +0000 (+0100) Subject: r8169: remove non-NAPI context invocation of rtl8169_rx_interrupt. X-Git-Tag: v3.0-rc1~377^2~123^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56de414c0c7333f1e1adedc23057e131ce84233e;p=pandora-kernel.git r8169: remove non-NAPI context invocation of rtl8169_rx_interrupt. Invocation of rtl8169_rx_interrupt from rtl8169_reset_task was originally intended to retrieve as much packets as possible from the rx ring when a reset was needed. Nowadays rtl8169_reset_task is only scheduled, with some delay a. from the tx timeout watchdog b. when resuming c. from rtl8169_rx_interrupt itself It's dubious that the loss of outdated packets will matter much for a) and b). c) does not need to call itself again. Signed-off-by: Francois Romieu Cc: Realtek linux nic maintainers --- Reading git-diff-tree failed