ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
38 stars 36 forks source link

Add new osq_lock() to lockhammer, however, we need to decide whether to include kernel mutex #24

Closed zoybai closed 6 years ago

zoybai commented 6 years ago

osq_lock() itself is much like mcs spin lock, we need to decide whether we should include the full kernel mutex also into this pull request.

geoffreyblake commented 6 years ago

Can one of the admins verify this patch?

zoybai commented 6 years ago

Hi Geoff,

We need to double check arm implementation, the testing time is extremely long on A57. However, the same code works for x86 (d1540) and finish within seconds. We can discuss it tomorrow.

Thanks, Zoy

On Thu, May 24, 2018 at 1:50 AM, Geoffrey Blake notifications@github.com wrote:

Can one of the admins verify this patch?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ARM-software/synchronization-benchmarks/pull/24#issuecomment-391608024, or mute the thread https://github.com/notifications/unsubscribe-auth/Aiw8ilAvayOlV-VZc1oGEBX1xPkS4wl-ks5t1lgagaJpZM4ULpwY .

zoybai commented 6 years ago

All problems have been addressed.