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] Xen net subsystem and driver model query?

To: "Mark Williamson" <mark.williamson@xxxxxxxxxxxx>
Subject: RE: [Xen-devel] Xen net subsystem and driver model query?
From: "Pradeep Singh, TLS-Chennai" <pradeep_s@xxxxxx>
Date: Tue, 10 Apr 2007 13:01:04 +0530
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 10 Apr 2007 01:40:06 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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: <66E8AEE9980BB44CA5FCAD39EBA56AC6C4C9E2@xxxxxxxxxxxxxxxxxxxxxxxx .HCL.IN> <1175964299.12465.28.camel@trevor>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acd5NB+qTg/c/by4QX2F7VTa1iGdAACDhK5j
Thread-topic: [Xen-devel] Xen net subsystem and driver model query?



-----Original Message-----
From: M.A. Williamson on behalf of Mark Williamson
Sent: Sat 07-Apr-07 10:14 PM
To: Pradeep Singh, TLS-Chennai
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Xen net subsystem and driver model query?

> Xen changes employs the technique of backend and frontend drivers for
> network drivers also.Does this means Xen hypervisor code for
> networking subsystem is also heavily changed to employ this?
>
Xen itself doesn't include any network-related code.

The frontend driver runs in the domU kernel and just looks like an
ethernet device to the rest of Linux's networking subsystem.  The
backend device runs in the dom0 kernel and looks like a producer of
ethernet packets to the rest of the dom0 kernel...

Any modifications to the rest of the network stack to support this model
are pretty minimal.

Thanks a lot for the help.
~psr

> Any pointers to the src code files.

The drivers are in:

linux-2.6-sparse/drivers/xen/netfront/
linux-2.6-sparse/drivers/xen/netback/

The principle of operation of the block front and back drivers is very
similar.

Cheers,
Mark


DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>