mbox series

[net-next,0/7] r8169: refactor and improve interrupt coalescing

Message ID d660cf81-2d8d-010e-9d5c-3f8c71c833ed@gmail.com
Headers show
Series r8169: refactor and improve interrupt coalescing | expand

Message

Heiner Kallweit April 30, 2020, 7:54 p.m. UTC
Refactor and improve interrupt coalescing.

Heiner Kallweit (7):
  r8169: don't pass net_device to irq coalescing sub-functions
  r8169: merge scale for tx and rx irq coalescing
  r8169: improve rtl_get_coalesce
  r8169: improve rtl_coalesce_choose_scale
  r8169: improve interrupt coalescing parameter handling
  r8169: improve rtl_set_coalesce
  r8169: add check for invalid parameter combination to rtl_set_coalesce

 drivers/net/ethernet/realtek/r8169_main.c | 189 ++++++++++------------
 1 file changed, 82 insertions(+), 107 deletions(-)