[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1401874247-3202-1-git-send-email-wei.liu2@citrix.com>
Date: Wed, 4 Jun 2014 10:30:40 +0100
From: Wei Liu <wei.liu2@...rix.com>
To: <xen-devel@...ts.xen.org>, <netdev@...r.kernel.org>
CC: <ian.campbell@...rix.com>, <david.vrabel@...rix.com>,
<zoltan.kiss@...rix.com>, <paul.durrant@...rix.com>,
<a.j.bennieston@...il.com>, <wei.liu2@...rix.com>
Subject: [PATCH net-next v10 0/7]
This is rebased version of Andrew's V8 patch series. The original cover letter
can be found at
http://lwn.net/Articles/598559/
or with message ID:
<1400075550-4580-1-git-send-email-andrew.bennieston@...rix.com>
I rebased this on top of net-next. No functional change is introduced. The
patch that needed some extra care was "xen-netback: Factor queue-specific data
into queue struct" because it clashed with a fix introduced in net. A simple
test of creating guest, iperf, then shutting down guest worked as expected.
The last patch fixes a minor problem that queue name is not initialised in
xen-netfront, resulting in names like "-tx" "-rx" in /proc/interrupt.
Changes since v9 (no functional change introduced):
* include commit summary in the commit message of first patch
* fold David Vrabel's Reviewed-by into last patch
Wei.
Andrew J. Bennieston (5):
xen-netback: Move grant_copy_op array back into struct xenvif.
xen-netback: Add support for multiple queues
xen-netfront: Factor queue-specific data into queue struct.
xen-netfront: Add support for multiple queues
xen-net{back,front}: Document multi-queue feature in netif.h
Wei Liu (2):
xen-netback: Factor queue-specific data into queue struct
xen-netfront: initialise queue name in xennet_init_queue
drivers/net/xen-netback/common.h | 107 ++--
drivers/net/xen-netback/interface.c | 522 ++++++++++------
drivers/net/xen-netback/netback.c | 718 +++++++++++-----------
drivers/net/xen-netback/xenbus.c | 182 +++++-
drivers/net/xen-netfront.c | 1121 ++++++++++++++++++++++-------------
include/xen/interface/io/netif.h | 53 ++
6 files changed, 1680 insertions(+), 1023 deletions(-)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists