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] [PATCH][XM-TEST][3/3] New Network Infrastructure for Xm-Test

To: Ewan Mellor <ewan@xxxxxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][XM-TEST][3/3] New Network Infrastructure for Xm-Test
From: Daniel Stekloff <dsteklof@xxxxxxxxxx>
Date: Mon, 24 Apr 2006 16:34:35 -0700
Cc: Dan Smith <danms@xxxxxxxxxx>
Delivery-date: Mon, 24 Apr 2006 16:36:55 -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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch adds the new network infrastructure. It removes the existing
Network.py and adds XenDevice.py and NetConfig.py. This patch basically
adds the same functionality we had, but makes it much much easier. It
also allows people to configure a range of IPs for a bridge environment,
done when xm-test is configured. 

This patch creates a new XenDevice and XenNetDevice to work with
devices. These new objects should only be reverenced through XenDomain
methods. Until support for attaching and detaching devices in xm-test is
added, XenDevices must be added prior to starting a domain.

Support for DHCP and routed or NAT environments will be added later. 

All comments welcome.

Thanks,

Dan

Attachment: xmtest-new-network-infra-3.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][XM-TEST][3/3] New Network Infrastructure for Xm-Test, Daniel Stekloff <=