netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] r8169: make use of xmit_more and __netdev_sent_queue
@ 2018-11-24 23:12 Heiner Kallweit
  2018-11-24 23:13 ` [PATCH net-next 1/2] net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue Heiner Kallweit
  2018-11-24 23:14 ` [PATCH net-next 2/2] r8169: make use of xmit_more and __netdev_sent_queue Heiner Kallweit
  0 siblings, 2 replies; 4+ messages in thread
From: Heiner Kallweit @ 2018-11-24 23:12 UTC (permalink / raw)
  To: David Miller, Realtek linux nic maintainers; +Cc: netdev@vger.kernel.org

This series adds helper __netdev_sent_queue to the core and makes use
of it in the r8169 driver.

Heiner Kallweit (2):
  net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue
  r8169: make use of xmit_more and __netdev_sent_queue

 drivers/net/ethernet/realtek/r8169.c | 19 +++++++++----------
 include/linux/netdevice.h            |  8 ++++++++
 2 files changed, 17 insertions(+), 10 deletions(-)

-- 
2.19.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-25 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-24 23:12 [PATCH net-next 0/2] r8169: make use of xmit_more and __netdev_sent_queue Heiner Kallweit
2018-11-24 23:13 ` [PATCH net-next 1/2] net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue Heiner Kallweit
2018-11-24 23:14 ` [PATCH net-next 2/2] r8169: make use of xmit_more and __netdev_sent_queue Heiner Kallweit
2018-11-25  1:55   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).