From owner-freebsd-current@FreeBSD.ORG Wed Mar 18 19:04:15 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D650DCDE; Wed, 18 Mar 2015 19:04:15 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97F7BA16; Wed, 18 Mar 2015 19:04:15 +0000 (UTC) Received: by iecvj10 with SMTP id vj10so47758766iec.0; Wed, 18 Mar 2015 12:04:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=v8s+2MYVmgXGoW+F23xmBIpFE55P3VtT9ubAEQ1k7bk=; b=eECv/jgFX2zHeYIsifoOoy3+5uzdoz/3jgjqIFHuv49u4FFh/Mdh1bjOFSSRJrYhY4 6GOSUyx6tITxMuEEKS014PnAsHxge2ABu0nvVYST44mdPzyxL3MYgvf+uQJM68/hpnQG xrTYiWd6KSs0LLxB65C3G6WTYmTBZ7M8Udst6nauNIGexfCeyhVDtC1VYAGJSRw5oHtM BszXT7YlgyknUlhReRPgD3KZPBSCFt9oadkWnxpE7EsWtajIE+sLM6T/tT0jodn2AKyv Zm/qV65Zb5Io4lpaJt8BrSQf0rfoRngdeMhAl4uPYTk5PYX8AjDv2CacgprHWY8PYScb 6Hfw== MIME-Version: 1.0 X-Received: by 10.107.5.211 with SMTP id 202mr96260596iof.88.1426705454981; Wed, 18 Mar 2015 12:04:14 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Wed, 18 Mar 2015 12:04:14 -0700 (PDT) In-Reply-To: <20150318175812.GA3512@dft-labs.eu> References: <20150313053203.GC9153@dft-labs.eu> <6376695.VOvhinOncy@ralph.baldwin.cx> <20150318175812.GA3512@dft-labs.eu> Date: Wed, 18 Mar 2015 12:04:14 -0700 X-Google-Sender-Auth: ij-RiKjbN8NHPFKq4S7mtmARUks Message-ID: Subject: Re: [PATCH] Convert the VFS cache lock to an rmlock From: Adrian Chadd To: Mateusz Guzik , John Baldwin , freebsd-current , Alan Cox , Ryan Stone Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2015 19:04:15 -0000 [snip] Hihi! Do you have a shell script or something that I can run on the power8 box to see if nathan's pmap locking changes eliminate at least that global pmap lock we're seeing on amd64? -a