From: Paul Durrant <paul.durrant@citrix.com>
To: <netdev@vger.kernel.org>, <xen-devel@lists.xenproject.org>
Cc: Paul Durrant <paul.durrant@citrix.com>
Subject: [PATCH net-next 0/7] xen-netback: guest rx side refactor
Date: Mon, 3 Oct 2016 08:31:05 +0100 [thread overview]
Message-ID: <1475479872-23717-1-git-send-email-paul.durrant@citrix.com> (raw)
This series refactors the guest rx side of xen-netback:
- The code is moved into its own source module.
- The prefix variant of GSO handling is retired (since it is no longer
in common use, and alternatives exist).
- The code is then simplified and modifications made to improve
performance.
David Vrabel (4):
xen-netback: refactor guest rx
xen-netback: immediately wake tx queue when guest rx queue has space
xen-netback: process guest rx packets in batches
xen-netback: batch copies for multiple to-guest rx packets
Paul Durrant (2):
xen-netback: separate guest side rx code into separate module
xen-netback: retire guest rx side prefix GSO feature
Ross Lagerwall (1):
xen/netback: add fraglist support for to-guest rx
drivers/net/xen-netback/Makefile | 2 +-
drivers/net/xen-netback/common.h | 25 +-
drivers/net/xen-netback/interface.c | 6 +-
drivers/net/xen-netback/netback.c | 754 ------------------------------------
drivers/net/xen-netback/rx.c | 628 ++++++++++++++++++++++++++++++
drivers/net/xen-netback/xenbus.c | 21 -
6 files changed, 643 insertions(+), 793 deletions(-)
create mode 100644 drivers/net/xen-netback/rx.c
--
2.1.4
next reply other threads:[~2016-10-03 7:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 7:31 Paul Durrant [this message]
2016-10-03 7:31 ` [PATCH net-next 1/7] xen-netback: separate guest side rx code into separate module Paul Durrant
2016-10-03 7:31 ` [PATCH net-next 2/7] xen-netback: retire guest rx side prefix GSO feature Paul Durrant
2016-10-03 7:31 ` [PATCH net-next 3/7] xen-netback: refactor guest rx Paul Durrant
2016-10-03 7:31 ` [PATCH net-next 4/7] xen-netback: immediately wake tx queue when guest rx queue has space Paul Durrant
2016-10-03 7:31 ` [PATCH net-next 5/7] xen-netback: process guest rx packets in batches Paul Durrant
2016-10-03 7:31 ` [PATCH net-next 6/7] xen-netback: batch copies for multiple to-guest rx packets Paul Durrant
2016-10-03 7:31 ` [PATCH net-next 7/7] xen/netback: add fraglist support for to-guest rx Paul Durrant
2016-10-04 4:51 ` [PATCH net-next 0/7] xen-netback: guest rx side refactor David Miller
2016-10-04 8:26 ` Paul Durrant
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=1475479872-23717-1-git-send-email-paul.durrant@citrix.com \
--to=paul.durrant@citrix.com \
--cc=netdev@vger.kernel.org \
--cc=xen-devel@lists.xenproject.org \
/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).