[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369211759.21246.115.camel@zakaz.uk.xensource.com>
Date: Wed, 22 May 2013 09:35:59 +0100
From: Ian Campbell <Ian.Campbell@...rix.com>
To: Wei Liu <wei.liu2@...rix.com>
CC: <xen-devel@...ts.xen.org>, <netdev@...r.kernel.org>,
<konrad.wilk@...cle.com>, <david.vrabel@...rix.com>
Subject: Re: [PATCH net-next 0/2 V2] Xen network: split event channels
support
On Tue, 2013-05-21 at 19:35 +0100, Wei Liu wrote:
> 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 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 (2):
> xen-netback: split event channels support for Xen backend driver
> xen-netfront: split event channels support for Xen frontend driver
>
> drivers/net/xen-netback/common.h | 13 ++-
> drivers/net/xen-netback/interface.c | 84 ++++++++++++++---
> drivers/net/xen-netback/netback.c | 14 ++-
> drivers/net/xen-netback/xenbus.c | 40 ++++++--
> drivers/net/xen-netfront.c | 173 +++++++++++++++++++++++++++++------
> 5 files changed, 266 insertions(+), 58 deletions(-)
Please could you also submit a patch to xen.git against which documents
the new protocol and feature flags etc in the canonical
xen/include/public/io/netif.h header. This change should then be
synchronised into Linux's include/xen/interface/io/netif.h copy as part
of this series.
Ian.
--
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