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

[Xen-devel] pcnet32 and copybreak condition

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] pcnet32 and copybreak condition
From: Guillaume Thouvenin <guillaume.thouvenin@xxxxxxxxxx>
Date: Wed, 10 Dec 2003 03:14:07 -0500
Delivery-date: Wed, 10 Dec 2003 08:15:23 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Internet Messaging Program (IMP) 3.1
The main modifications in the PCnet32 ethernet driver seems to be macro that
test if COPYBREAK is define. I notice that for network driver which were written
for Xen the main modifications was around the copybreak and also some
adjustments with include files. Is it true if I say that the port of network
device from Linux to Xen is quite "easy" and that the majority of the
modifications are due to the differences with inlcude files and differences with
"copybreak" scheme? To be more clear, I don't see why it's not possible to take
a native linux device driver and recompile it in Xen? Which mechanisms provided
by Linux are not provided by Xen (for exemple I saw the implementation of
function register_chrdev() in Xen so you can register character device using the
same interface as in Linux...). Why, for exemple, it isn't possible to implement
a copybreak mechanism in Xen? Will that imply a too major change?

You plan to move the management of device in domain0 using the native linux
device drivers right? Have you ever write something concerning what are the
differents steps that will allow to achieve this goal? 

Thank you very much for your help
Have a nice day 
Guillaume    


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>