Re: [net-next PATCH 2/3] net: use the frag lru_lock to protect netns_frags.nqueues update
From: Eric Dumazet <hidden>
Date: 2013-03-27 16:21:50
From: Eric Dumazet <hidden>
Date: 2013-03-27 16:21:50
On Wed, 2013-03-27 at 16:55 +0100, Jesper Dangaard Brouer wrote:
Move the protection of netns_frags.nqueues updates under the LRU_lock, instead of the write lock. As they are located on the same cacheline, and this is also needed when transitioning to use per hash bucket locking. Signed-off-by: Jesper Dangaard Brouer <redacted> ---
Acked-by: Eric Dumazet <edumazet@google.com>