From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Date: Sat, 24 Mar 2007 18:07:06 -0300

> Hi David,
> 
>       Please take a look, at first I thought about adding a 
> skb_copy_{from,to}_data,
> that would do just the memcpy, but then skb_{copy,store}_bits seems to be fit 
> for this
> purpose, but its more costly in some cases, comments?
> 
>       Available at:
> 
> master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.22
> 

I think you should make the named alias for direct memcpy()
instead, call it skb_copy_{from,to}_linear_data() so that the
assumed invariant is well documented.
-
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