[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110228113659.GA20726@gondor.apana.org.au>
Date: Mon, 28 Feb 2011 19:36:59 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: David Miller <davem@...emloft.net>, rick.jones2@...com,
therbert@...gle.com, wsommerfeld@...gle.com,
daniel.baluta@...il.com, netdev@...r.kernel.org
Subject: Re: SO_REUSEPORT - can it be done in kernel?
On Sun, Feb 27, 2011 at 07:06:14PM +0800, Herbert Xu wrote:
> I'm working on this right now.
OK I think I was definitely on the right track. With the send
patch made lockless I now get numbers which are even better than
those obtained with running named with multiple sockets. That's
right, a single socket is now faster than what multiple sockets
were without the patch (of course, multiple sockets may still
faster with the patch vs. a single socket for obvious reasons,
but I couldn't measure any significant difference).
Also worthy of note is that prior to the patch all CPUs showed
idleness (lazy bastards!), with the patch they're all maxed out.
In retrospect, the idleness was simply the result of the socket
lock scheduling away and was an indication of lock contention.
Here are the patches I used. Please don't them yet as I intend
to clean them up quite a bit.
But please do test them heavily, especially if you have an AMD
NUMA machine as that's where scalability problems really show
up. Intel tends to be a lot more forgiving. My last AMD machine
blew up years ago :)
Thanks!
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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