From: Roland Dreier <[EMAIL PROTECTED]>
Date: Tue, 10 Oct 2006 20:49:09 -0700

>     David> non-sendfile() paths will generate big packets just fine,
>     David> as long as the application is providing that much data.
> 
> OK, cool.  Will the big packets be non-linear skbs?

If you had SG enabled (and thus checksumming offload too) then yes
you'll get a non-linear SKB.  Otherwise, without SG, you'll get a
fully linear SKB.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to