RON - One-Way Circular Shortest Routing to Achieve Efficient and Bounded-Waiting Spinlocks
Offered By: USENIX via YouTube
Course Description
Overview
Explore a conference talk from OSDI '23 that introduces RON (Routing on Network-on-chip), a novel method for optimizing spinlocks in multi-core processors. Learn how this approach minimizes communication costs between cores using a routing table and pre-calculated locking-unlocking order. Discover how RON's one-way circular delivery of locks and data achieves both minimized global data movement cost and bounded waiting time. Examine the performance improvements RON offers in both user space and kernel space applications, including significant enhancements for Google LevelDB. Gain insights into how RON-plock addresses oversubscription issues with constant space complexity, outperforming existing solutions.
Syllabus
OSDI '23 - RON: One-Way Circular Shortest Routing to Achieve Efficient and Bounded-waiting Spinlocks
Taught by
USENIX
Related Courses
Changing Paravirt Lock-ops for a Changing WorldLinux Foundation via YouTube Using Coccinelle to Detect and Fix Nested Execution Context Violations
Linux Foundation via YouTube Inside Waits, Latches, and Spinlocks Returns
PASS Data Community Summit via YouTube Multicore Synchronization - The Lesser-Known Primitives
CppNow via YouTube Reliable Userspace Spinlock Implementation in Linux
Linux Foundation via YouTube