WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] [PATCH 1/10] Add support for netfront/netbackacceleratio

To: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@xxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH 1/10] Add support for netfront/netbackacceleration drivers
From: Kieran Mansley <kmansley@xxxxxxxxxxxxxx>
Date: Mon, 04 Dec 2006 09:16:26 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 04 Dec 2006 01:16:41 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <EF8D308BE33AF54D8934DF26520252D305BB26F5@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <EF8D308BE33AF54D8934DF26520252D305BB26F5@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, 2006-12-01 at 13:32 -0500, Puthiyaparambil, Aravindh wrote:
> Kieran,
> 
> This looks like very interesting work. Do you have any design notes on
> it? (I am unable to find the RFC on the list).

Thanks for you interest.  Here is the earlier RFC, which contains a
description of the architecture in the attached tar:

http://lists.xensource.com/archives/html/xen-devel/2006-09/msg00613.html

> Is this mainly for
> Solarflare 10-GbaseT cards? Can this be extended to other cards? Could
> you also elaborate on what exactly do you mean by virtualisable network
> hardware?

Our main goal is to support the Solarflare range of NICs, but the
approach we've taken, and the code submitted so far, is reasonably
generic and so should be applicable to other hardware.

Virtualisable NICs are those that can present a Virtual Interface (VI)
and be safely accessed directly from domU.  Each accelerated domU
interface is given its own VI and packets can be sent and received
to/from the network through this VI without invoking dom0 on the data
path.

Kieran

   


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-devel] [PATCH 1/10] Add support for netfront/netbackacceleration drivers, Kieran Mansley <=