|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] question on frontend ethernet
> On Fri, 27 Aug 2004, Keir Fraser wrote:
>
> >
> > The network backend is not seeing your tx->req_prod and rx->req_prod
> > updates. So, no packets transmitted and all received packets are
> > dropped.
>
> I'm supposed to send the physical frame number >> PAGE_SHIFT, right?
> That's what I saw in the linux side, did I screw that up?
You send the physical frame numbers of the tx ring and the rx ring,
each of which is frame address >> PAGE_SHIFT.
-- Keir
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|