From: Ying Xue <ying.xue@windriver.com>
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: <netdev@vger.kernel.org>, <herbert@gondor.apana.org.au>
Subject: Re: [PATCH net-next] neigh: Add missing rcu_assign_pointer
Date: Fri, 29 May 2015 09:21:44 +0800 [thread overview]
Message-ID: <5567BF28.6050900@windriver.com> (raw)
In-Reply-To: <1432808028.24345.5.camel@edumazet-glaptop2.roam.corp.google.com>
On 05/28/2015 06:13 PM, Eric Dumazet wrote:
> This patch is not needed.
>
> You really should read Documentation/RCU , because it looks like you are
> quite confused.
>
> When we remove an element from a RCU protected list, all the objects in
> the chain are already ready to be caught by rcu readers.
>
> Therefore, no additional memory barrier is needed before doing *np =
> n->next;
>
> Please do not add spurious memory barriers. Like atomic operations, we
> want all of them being required and possibly documented.
Yes, you are right, thanks for your clear explanation :)
However, there are still three places where we use rcu_assign_pointer() to
remove a neigh entry from a RCU-protected list, and the three places are
neigh_forced_gc(), neigh_flush_dev(), and __neigh_for_each_release()
respectively. This means it's redundant for us to use rcu_assign_pointer() in
the three places, right?
Regards,
Ying
next prev parent reply other threads:[~2015-05-29 1:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-28 8:28 [PATCH net-next] neigh: Add missing rcu_assign_pointer Ying Xue
2015-05-28 10:13 ` Eric Dumazet
2015-05-28 13:50 ` Herbert Xu
2015-05-28 14:38 ` Eric Dumazet
2015-05-29 0:24 ` Herbert Xu
2015-05-29 1:21 ` Ying Xue [this message]
2015-05-29 1:50 ` Eric Dumazet
2015-05-29 2:04 ` Ying Xue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5567BF28.6050900@windriver.com \
--to=ying.xue@windriver.com \
--cc=eric.dumazet@gmail.com \
--cc=herbert@gondor.apana.org.au \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.