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 csum function indirection

 drivers/net/ethernet/realtek/r8169.c | 201 +++++++++++----------------
 1 file changed, 83 insertions(+), 118 deletions(-)

-- 
2.21.0

Reply via email to