[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369240487-18834-1-git-send-email-wei.liu2@citrix.com>
Date: Wed, 22 May 2013 17:34:44 +0100
From: Wei Liu <wei.liu2@...rix.com>
To: <xen-devel@...ts.xen.org>, <netdev@...r.kernel.org>
CC: <jbeulich@...e.com>, <ian.campbell@...rix.com>,
<annie.li@...cle.com>, <konrad.wilk@...cle.com>,
<david.vrabel@...rix.com>, Wei Liu <wei.liu2@...rix.com>
Subject: [PATCH net-next 0/2 V3] 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.
Changes since V2:
* feature_split_event_channels -> separate_tx_rx_irq
* make separate_tx_rx_irq bool
* document this feature in header file
* don't report fatal if writing feature to xenstore fails
* frontend will fall back to single event channel if new feature setup fails
Changes since V1:
* change subject lines of commits to be more specific
* add parameter feature_split_event_channels for xen-netback
* remove two dev_info
Wei Liu (3):
xen-netback: split event channels support for Xen backend driver
xen-netfront: split event channels support for Xen frontend driver
xen: netif.h: document feature-split-event-channels
drivers/net/xen-netback/common.h | 13 ++-
drivers/net/xen-netback/interface.c | 85 ++++++++++++++---
drivers/net/xen-netback/netback.c | 14 ++-
drivers/net/xen-netback/xenbus.c | 41 ++++++--
drivers/net/xen-netfront.c | 178 +++++++++++++++++++++++++++++------
include/xen/interface/io/netif.h | 12 +++
6 files changed, 285 insertions(+), 58 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