[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100908.213059.98904271.davem@davemloft.net>
Date: Wed, 08 Sep 2010 21:30:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jesse@...ira.com
Cc: eric.dumazet@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] net: inet_add_protocol() can use cmpxchg()
From: Jesse Gross <jesse@...ira.com>
Date: Wed, 8 Sep 2010 16:49:27 -0700
> On Wed, Sep 8, 2010 at 3:56 PM, Eric Dumazet <eric.dumazet@...il.com> wrote:
>> Use cmpxchg() to get rid of spinlocks in inet_add_protocol() and
>> friends.
>>
>> inet_protos[] & inet6_protos[] are moved to read_mostly section
>>
>> Signed-off-by: Eric Dumazet <eric.dumazet@...il.com>
>
> What's the benefit to this? It's hard to imagine that add/deleting
> protocols is highly contended. On the other hand, a simple spinlock
> is very easy to look at and verify correct, while this takes a little
> more thought.
Smaller data section is the benefit, thus less cache pressure there.
It's not about contention at all.
We've already applied other similar changes from Eric doing exactly
this kind of transformation and it's not all that non-trivial to me,
frankly.
--
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