[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369090931-27306-1-git-send-email-wei.liu2@citrix.com>
Date: Tue, 21 May 2013 00:02:09 +0100
From: Wei Liu <wei.liu2@...rix.com>
To: <xen-devel@...ts.xen.org>, <netdev@...r.kernel.org>
CC: <ian.campbell@...rix.com>, <konrad.wilk@...cle.com>,
Wei Liu <wei.liu2@...rix.com>
Subject: [PATCH net-next 0/2] Xen network: split event channels support
This series adds a new feature called split event channels.
In the original implementation, only one event channel is setup between
frontend and backend. This is not ideal as TX notification interferes with RX
notification. Using dedicated event channels for TX and RX solves this issue.
Wei Liu (2):
xen-netback: split event channels feature support
xen-netfront: split event channels feature support
drivers/net/xen-netback/common.h | 11 ++-
drivers/net/xen-netback/interface.c | 87 ++++++++++++++---
drivers/net/xen-netback/netback.c | 7 +-
drivers/net/xen-netback/xenbus.c | 40 ++++++--
drivers/net/xen-netfront.c | 181 +++++++++++++++++++++++++++++------
5 files changed, 269 insertions(+), 57 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