From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] rps: add __rcu annotations Date: Mon, 25 Oct 2010 14:19:27 -0700 (PDT) Message-ID: <20101025.141927.15256378.davem@davemloft.net> References: <1288011722.2826.116.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: eric.dumazet@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:48799 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754018Ab0JYVTE (ORCPT ); Mon, 25 Oct 2010 17:19:04 -0400 In-Reply-To: <1288011722.2826.116.camel@edumazet-laptop> Sender: netdev-owner@vger.kernel.org List-ID: From: Eric Dumazet Date: Mon, 25 Oct 2010 15:02:02 +0200 > Add __rcu annotations to : > (struct netdev_rx_queue)->rps_map > (struct netdev_rx_queue)->rps_flow_table > struct rps_sock_flow_table *rps_sock_flow_table; > > And use appropriate rcu primitives. > > Signed-off-by: Eric Dumazet Applied.