Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 02/18/2005 18:37:17
Module Name:	src
Committed By:	bouyer
Date:		Fri Feb 18 18:37:17 UTC 2005

Modified Files:
	src/sys/arch/xen/xen [bouyer-xen2]: xennetback.c

Log Message:
The network device backend is now functionnal enouth to allow ping and
ftp between the domain0 and a guest. If shows up as an ethernet interface
in domain0, which can then be bridged, nated, routed, etc ... to real network
devices, but I didn't try this yet (but there's no reasons it wouldn't work :)
TODO:
- deal with ressources shortages
- properly release ressources on domain shutdown
- load balancing
- try to avoid packet copies in some cases.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/xen/xen/xennetback.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.