|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 3.0.4 (and earlier): skbuff_ctor() use of xen_create_con
On Fri, Mar 09, 2007 at 12:17:39PM +0000, Jan Beulich wrote:
> While I realize that this is gone from -unstable, I'd still like to
> understand what the purpose of using xen_create_contiguous_region()
> in skbuff_ctor() was, and specifically what consequences I am to
> expect when this call fails.
So that a multi-page packet is physically contiguous when passed to
the NIC for transmit?
If it's not physically contiguous and the NIC hardware can't do
scatter gather then the driver has to re-allocate and copy.
dme.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|