Re: [PATCH 0/3]: Further reduction of direct access to skb->data

2007-03-24 Thread David Miller
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, b

[PATCH 0/3]: Further reduction of direct access to skb->data

2007-03-24 Thread Arnaldo Carvalho de Melo
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/k