[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091120.125126.169046646.davem@davemloft.net>
Date: Fri, 20 Nov 2009 12:51:26 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: andi@...stfloor.org
Cc: william.allen.simpson@...il.com, netdev@...r.kernel.org
Subject: Re: [net-next-2.6 PATCH v7 2/7 RFC] TCPCT part 1b: generate
Responder Cookie secret
From: Andi Kleen <andi@...stfloor.org>
Date: Fri, 20 Nov 2009 21:47:17 +0100
> David Miller <davem@...emloft.net> writes:
>
>> From: William Allen Simpson <william.allen.simpson@...il.com>
>> Date: Fri, 20 Nov 2009 09:23:21 -0500
>>
>>> +static DEFINE_SPINLOCK(tcp_secret_locker);
>>
>> So connection creation scalability will be limited now because
>> we'll always have to go through this centralized spinlock even
>> for independent listening sockets, right?
>
> I was about to complain about the same thing in a earlier version
> of this patch kit, but then I noticed the spin lock aquiring
> is guarded by
>
> if (unlikely(time_after_eq(jiffy, tcp_secret_generating->expires))) {
>
> which presumably makes it rare enough?
Works for me.
--
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