Re: [Xen-devel] [PATCHv1 0/4] spinlock: add qrwlocks

2015-12-18 Thread David Vrabel
On 18/12/15 15:47, Ian Campbell wrote: > On Fri, 2015-12-18 at 14:09 +, 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, >

Re: [Xen-devel] [PATCHv1 0/4] spinlock: add qrwlocks

2015-12-18 Thread Ian Campbell
On Fri, 2015-12-18 at 14:09 +, 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 beh