diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2011-03-15 17:29:31 +0100 |
---|---|---|
committer | Francois romieu <romieu@fr.zoreil.com> | 2011-05-09 21:03:06 +0200 |
commit | 56de414c0c7333f1e1adedc23057e131ce84233e (patch) | |
tree | bba00e8cfca8932133a1645c00089c04ea0915c7 /drivers/oprofile | |
parent | 4876cc1e49efac03827a51a2422cfbbb7f6335de (diff) |
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 <romieu@fr.zoreil.com>
Cc: Realtek linux nic maintainers <nic_swsd@realtek.com>
Diffstat (limited to 'drivers/oprofile')
0 files changed, 0 insertions, 0 deletions