From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCHv3 0/4] Use ticket locks for spinlocks Date: Thu, 23 Apr 2015 13:42:46 +0100 Message-ID: <5538E8C6.9050207@citrix.com> References: <1429611088-23950-1-git-send-email-david.vrabel@citrix.com> <55364119020000780007434E@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YlGTS-0002vt-QN for xen-devel@lists.xenproject.org; Thu, 23 Apr 2015 12:43:22 +0000 In-Reply-To: <55364119020000780007434E@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , David Vrabel , Jennifer Herbert Cc: Keir Fraser , Ian Campbell , Stefano Stabellini , Andrew Cooper , Tim Deegan , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 21/04/15 11:22, Jan Beulich wrote: >>>> On 21.04.15 at 12:11, wrote: >> We have analysed the affect of this series on interrupt latency (by >> measuring the duration of irq disable/enable regions) and there is no >> signficant impact. >> >> http://xenbits.xen.org/people/dvrabel/bar2_comp.png > > Thanks for doing this! > >> Interestingly, the biggest offenders for long critical sections are >> bare irq disable/enable regions, and some of these are really bad (10s >> of ms)! >> >> http://xenbits.xen.org/people/dvrabel/bar_normal_busy.png > > Despite both pictures saying micro-seconds at the respective > axis (and hence the problem not being _as bad_) This particular graph doesn't show it very well but there are small blips around 4, 10, and 31 ms. David