mbox series

[net-next,0/2] r8169: use napi_complete_done return value

Message ID 18f0fcd2-919e-3580-979d-d0270c81a9ad@gmail.com
Headers show
Series r8169: use napi_complete_done return value | expand

Message

Heiner Kallweit Aug. 19, 2020, 11 a.m. UTC
Consider the return value of napi_complete_done(), this allows users to
use the gro_flush_timeout sysfs attribute as an alternative to classic
interrupt coalescing.

Heiner Kallweit (2):
  r8169: use napi_complete_done return value
  r8169: remove member irq_enabled from struct rtl8169_private

 drivers/net/ethernet/realtek/r8169_main.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Comments

David Miller Aug. 19, 2020, 8:03 p.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Wed, 19 Aug 2020 13:00:57 +0200

> Consider the return value of napi_complete_done(), this allows users to
> use the gro_flush_timeout sysfs attribute as an alternative to classic
> interrupt coalescing.

Series applied, thanks Heiner.