From: Heiner Kallweit <hkallweit1@gmail.com>
To: David Miller <davem@davemloft.net>,
Realtek linux nic maintainers <nic_swsd@realtek.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/2] r8169: make use of xmit_more and __netdev_sent_queue
Date: Sun, 25 Nov 2018 00:12:27 +0100 [thread overview]
Message-ID: <e30bd939-f16f-3560-9109-9027f45e2175@gmail.com> (raw)
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
next reply other threads:[~2018-11-25 10:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-24 23:12 Heiner Kallweit [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e30bd939-f16f-3560-9109-9027f45e2175@gmail.com \
--to=hkallweit1@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=nic_swsd@realtek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).