From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCHv1 0/4] spinlock: add qrwlocks Date: Fri, 18 Dec 2015 15:49:12 +0000 Message-ID: <56742AF8.1040604@citrix.com> References: <1450447746-9305-1-git-send-email-david.vrabel@citrix.com> <1450453637.4053.233.camel@citrix.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 1a9xHo-0000lF-ED for xen-devel@lists.xenproject.org; Fri, 18 Dec 2015 15:49:40 +0000 In-Reply-To: <1450453637.4053.233.camel@citrix.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: Ian Campbell , xen-devel@lists.xenproject.org Cc: Jan Beulich List-Id: xen-devel@lists.xenproject.org On 18/12/15 15:47, Ian Campbell wrote: > On Fri, 2015-12-18 at 14:09 +0000, David Vrabel wrote: >> This series adds the qrwlocks from Linux. > > This really means "replace existing rwlock implementation with qrwlocks", > right? i.e. you aren't actually adding a new set of rwlock primitives here, > you are just switching out the implementation behind the existing ones. Yes. Sorry for not being clearer. David