On Sun, 13 May 2012 18:52:06 +0300
"Michael S. Tsirkin" <[email protected]> wrote:

> +             /* Userspace may produce vectors with count greater than
> +              * MAX_SKB_FRAGS, so we need to linearize parts of the skb
> +              * to let the rest of data to be fit in the frags.
> +              */
Rather than complex partial code, just go through slow path for
requests with too many frags (or for really small requests).
Creating mixed skb's seems too easy to get wrong.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to