[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <412e6f7f1003110145o48014e57q79e78ac3b8898c1c@mail.gmail.com>
Date: Thu, 11 Mar 2010 17:45:18 +0800
From: Changli Gao <xiaosuo@...il.com>
To: Tom Herbert <therbert@...gle.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org,
bhutchings@...arflare.com, shemminger@...tta.com,
eric.dumazet@...il.com
Subject: Re: [PATCH v6] rps: Receive Packet Steering
On Thu, Mar 11, 2010 at 3:00 PM, Tom Herbert <therbert@...gle.com> wrote:
> diff --git a/net/core/skbuff.c b/net/core/skbuff.c
> index 93c4e06..472c767 100644
> --- a/net/core/skbuff.c
> +++ b/net/core/skbuff.c
> @@ -581,6 +581,7 @@ static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb)
> C(len);
> C(data_len);
> C(mac_len);
> + C(rxhash);
> n->hdr_len = skb->nohdr ? skb_headroom(skb) : skb->hdr_len;
> n->cloned = 1;
> n->nohdr = 0;
Why not do the same thing in function __copy_skb_header()?
--
Regards,
Changli Gao(xiaosuo@...il.com)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists