lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ