From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eozWw-0005L5-48 for qemu-devel@nongnu.org; Thu, 22 Feb 2018 17:40:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eozWs-0000kl-Rj for qemu-devel@nongnu.org; Thu, 22 Feb 2018 17:39:58 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:37363) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eozWs-0000gZ-7W for qemu-devel@nongnu.org; Thu, 22 Feb 2018 17:39:54 -0500 Date: Thu, 22 Feb 2018 17:39:51 -0500 From: "Emilio G. Cota" Message-ID: <20180222223951.GA26967@flamenco> References: <1519324303-5674-1-git-send-email-aleksandar.markovic@rt-rk.com> <1519324303-5674-3-git-send-email-aleksandar.markovic@rt-rk.com> <20180222223327.GA25701@flamenco> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180222223327.GA25701@flamenco> Subject: Re: [Qemu-devel] [PATCH v2 2/6] target/mips: reimplement SC instruction emulation and use cmpxchg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic Cc: qemu-devel@nongnu.org, Peter Maydell , Petar Jovanovic , Fam Zheng , Aleksandar Markovic , Raghu Gandham , Yongbok Kim , Riku Voipio , Laurent Vivier , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Gerd Hoffmann , Goran Ferenc , Paolo Bonzini , Miodrag Dinic , Alex =?iso-8859-1?Q?Benn=E9e?= , Aurelien Jarno , Richard Henderson On Thu, Feb 22, 2018 at 17:33:27 -0500, Emilio G. Cota wrote: > Here are some numbers I just gathered for qht-bench, feel > free to include them in this commit's log: > > mipsel-linux-user tests/qht-bench -d 5 -n 1 -u 20 -g 10000 > Host: AMD Opteron(tm) Processor 6376 Obviously "-n $THREADS", not "-n 1". Updated png: https://imgur.com/aI9Hvb6 E.