On 3/12/07, Christoph Hellwig <[EMAIL PROTECTED]> wrote:
On Mon, Mar 12, 2007 at 01:26:52AM -0300, Arnaldo Carvalho de Melo wrote:
> For the common, open coded 'skb->nh.raw = skb->data' operation, so that we
> can
> later turn skb->nh.raw into a offset, reducing the size of struct sk_buff in
> 64
On Mon, Mar 12, 2007 at 01:26:52AM -0300, Arnaldo Carvalho de Melo wrote:
> For the common, open coded 'skb->nh.raw = skb->data' operation, so that we
> can
> later turn skb->nh.raw into a offset, reducing the size of struct sk_buff in
> 64bit land while possibly keeping it as a pointer on 32bit.
e the slightly more
"complex" cases.
Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
From 7d4879ce36c1494f0af3900c3676ee5ad4fbe16c Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Date: Sat, 10 Mar 2007 16:56:45 -0300
Su