Re: [PATCH net-next 0/3] r8169: replace several function pointers with direct calls

2019-06-02 Thread David Miller
From: Heiner Kallweit Date: Fri, 31 May 2019 19:52:24 +0200 > This series removes most function pointers from struct rtl8169_private > and uses direct calls instead. This simplifies the code and avoids > the penalty of indirect calls in times of retpoline. Series applied, thanks.

[PATCH net-next 0/3] r8169: replace several function pointers with direct calls

2019-05-31 Thread Heiner Kallweit
This series removes most function pointers from struct rtl8169_private and uses direct calls instead. This simplifies the code and avoids the penalty of indirect calls in times of retpoline. Heiner Kallweit (3): r8169: remove struct mdio_ops r8169: remove struct jumbo_ops r8169: avoid tso cs