Re: [PATCH v3 1/2] qspinlock: Introducing a 4-byte queue spinlock implementation
From: Peter Zijlstra <peterz@infradead.org>
Date: 2014-02-03 11:41:12
Also in:
lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2014-02-03 11:41:12
Also in:
lkml
On Fri, Jan 31, 2014 at 02:24:33PM -0500, Waiman Long wrote:
Light contention is the only case where the qspinlock may not perform as good as the ticket spinlock. I know this is the most common case. However, I would argue that the slowdown, if any, will not be really noticeable. This is what I will try to find out.
Please also explain why things are slower/faster. Thomas tried to get you to do so a few months back, but you kept deflecting.