[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1e17bf2f-93a9-03ff-7101-7f680665f4a7@gmail.com>
Date: Fri, 31 May 2019 19:52:24 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: Realtek linux nic maintainers <nic_swsd@...ltek.com>,
David Miller <davem@...emloft.net>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next 0/3] r8169: replace several function pointers with
direct calls
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
Powered by blists - more mailing lists