From owner-freebsd-virtualization@FreeBSD.ORG Sun Jun 8 10:02:42 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C315C6F0; Sun, 8 Jun 2014 10:02:42 +0000 (UTC) Received: from smtp.digiware.nl (smtp.digiware.nl [31.223.170.169]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8033425EE; Sun, 8 Jun 2014 10:02:42 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 2E464153448; Sun, 8 Jun 2014 12:02:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h--U8a3VuQyf; Sun, 8 Jun 2014 12:02:31 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:1e7:1905:8430:9984] (unknown [IPv6:2001:4cb8:3:1:1e7:1905:8430:9984]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 937C7153434; Sun, 8 Jun 2014 12:02:31 +0200 (CEST) Message-ID: <539434B6.6020804@digiware.nl> Date: Sun, 08 Jun 2014 12:02:30 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Peter Grehan Subject: Re: Bheve: Slow linux syscalls on AMD References: <5388B56D.1000501@digiware.nl> <20140530212900.6B74B6BF@hub.freebsd.org> <53891BC1.9050701@digiware.nl> <53891EAA.8040105@freebsd.org> <538927FC.3000903@digiware.nl> <53939AE2.80804@freebsd.org> In-Reply-To: <53939AE2.80804@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 10:02:42 -0000 On 8-6-2014 1:06, Peter Grehan wrote: >>>> So the question remains: >>>> Why is it taking so long on the AMD platform. > > I believe this is now fixed with r267217 - please test out and let us > know how it goes. On Head or on bhyve_svm At the moment I do not have a working bhyve setup, tried to merge too much from head in my own branch... So I'm still figuring out which one is the culprit I'll try and look at the diff. --WjW