|
|
|
|
|
|
|
|
|
|
xen-devel
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.
> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|