From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xan Charbonnet Subject: Re: x86-64 Net Performance Date: Sun, 9 Oct 2005 02:33:18 -0500 Message-ID: <200510090233.19644.xan@charbonnet.com> References: <200510090046.20993.alexander@charbonnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200510090046.20993.alexander@charbonnet.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Pratt , Nicholas Lee List-Id: xen-devel@lists.xenproject.org Update: I went ahead and compiled glibc without TLS / NPTL. Also, I realized that I wasn't allocating all my physical memory to Domain0 for these tests, so I was giving Xen a disadvantage. It didn't change much, but those tests have been re-done. Here's the odd thing: disabling TLS for 64-bit improved native performance by around 10%, but had no effect on Xen. Native Domain0 Penalty 64-bit TLS 50.2 65.0 29.5% 64-bit no TLS 44.8 65.0 45.1% 32-bit TLS 59.6 59.5 -0.2% 32-bit no TLS 59.6 60.2 1.0% Alex