|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] RE: information leaking between domains via granted page
> > Maybe I'm mistaken about the way 'page flipping' on the rx path
works
> > then... care to enlighten me?
>
> The flipping path is not high performance these days as we expect only
> very old domUs to use it. All skbuffs destined for a flipping
interface
> are laundered through netbk_copy_skb(). Note its judicious use of
> __GFP_ZERO.
Hmmm... I thought that flipping would be a high performance path?
So if we use rx-copy, does this mean that data is received from a
physical interface (or another domain) via DMA, and then actually copied
into the buffers for DomU? Do we consider the performance implications
of this too low to be worrying about?
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|