[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1272271271.2346.16.camel@edumazet-laptop>
Date: Mon, 26 Apr 2010 10:41:11 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: therbert@...gle.com, netdev@...r.kernel.org
Subject: Re: [PATCH v5] rfs: Receive Flow Steering
Le lundi 19 avril 2010 à 14:19 -0700, David Miller a écrit :
>
> I was thinking also about how we could compute rxhash in the
> loopback driver :-)
This would be easy if rxhash was not a "struct inet_sock" field but a
"struct sock" one
sock_alloc_send_pskb() (or skb_set_owner_w())
skb->rxhash = sk->rxhash;
--
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