mbox series

[net-next,00/19] r8169: series with further smaller improvements

Message ID 4049e598-1b6c-bc3e-a905-178b76d7b161@gmail.com
Headers show
Series r8169: series with further smaller improvements | expand

Message

Heiner Kallweit April 17, 2018, 9:16 p.m. UTC
This series includes further smaller improvements.

Then I think the basic cleanup has been done and next step would be
preparing the switch to phylib.

Heiner Kallweit (19):
  r8169: remove unused member features from struct rtl8169_private
  r8169: remove member align from struct rtl_cfg_info
  r8169: use skb_copy_to_linear_data in rtl8169_try_rx_copy
  r8169: use constant NAPI_POLL_WAIT
  r8169: switch to using napi_schedule_irqoff
  r8169: simplify rtl8169_alloc_rx_data
  r8169: improve rtl8169_init_ring
  r8169: remove unneeded check in rtl8169_rx_fill
  r8169: replace rx_buf_sz with a constant
  r8169: remove rtl8169_map_to_asic
  r8169: change hw_start argument type
  r8169: change argument type of counters handling functions
  r8169: change interrupt handler argument type
  r8169: remove member opts1_mask from struct rtl8169_private
  r8169: don't display tp->mmio_addr address
  r8169: improve rtl8169_get_mac_version
  r8169: drop member txd_version from struct rtl8169_private
  r8169: improve pci region handling
  r8169: remove jumbo_tx_csum from chip config struct

 drivers/net/ethernet/realtek/r8169.c | 344 +++++++++++----------------
 1 file changed, 133 insertions(+), 211 deletions(-)

Comments

David Miller April 19, 2018, 1:13 a.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Tue, 17 Apr 2018 23:16:07 +0200

> This series includes further smaller improvements.
> 
> Then I think the basic cleanup has been done and next step would be
> preparing the switch to phylib.

Series applied, thank you.