how smpng works and why it doesn t work the way you think
play

How SMPng Works and Why It Doesn't Work The Way You Think NYC*BUG - PowerPoint PPT Presentation

How SMPng Works and Why It Doesn't Work The Way You Think NYC*BUG February 6, 2013 John Baldwin jhb@FreeBSD.org Ideal SMP Ideal Ideal SMP Ideal Best Ideal SMP Ideal Best Decent Ideal SMP Ideal Best Decent Hump Ideal SMP Ideal


  1. How SMPng Works and Why It Doesn't Work The Way You Think NYC*BUG February 6, 2013 John Baldwin jhb@FreeBSD.org

  2. Ideal SMP Ideal

  3. Ideal SMP Ideal Best

  4. Ideal SMP Ideal Best Decent

  5. Ideal SMP Ideal Best Decent Hump

  6. Ideal SMP Ideal Best Decent Hump None

  7. Why is Scaling Hard? ● N CPUs should do N amount of work ● Shared Resources ● Can only be changed by one CPU at a time ● Multiple CPUs have to take turns (“synchronize”) ● Examples ● Devices ● TCP Connections ● TTYs

  8. Old Problem ● Signal handlers in userland ● Limited ability (sigaction(2) list) ● Threads can mask handlers ● Interrupts in traditional UP kernels ● Limited ability (not able to block) ● “Top-half” masked interrupts ● spl(9) API in BSD and FreeBSD < 5

  9. SMP: New Wrinkle ● Adding threads to a userland application requires additional synchronization (locking) ● SMP kernels require locking as well ● Improving scalability is an iterative process of identifying bottlenecks and improving them ● SMPng is a project to replace a “Giant” lock around the entire kernel with “smaller” locks

  10. FreeBSD 3.0 Virtual Network Protocols Memory Giant Network Drivers VFS Sockets Scheduler Mostly Locked File Systems Process Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  11. FreeBSD 5.0 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  12. FreeBSD 5.3 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  13. FreeBSD 5.4 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  14. FreeBSD 6.0 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  15. FreeBSD 7.0 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  16. FreeBSD 8.0 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  17. FreeBSD 9.0 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  18. FreeBSD 10.0 Virtual VFS Network Protocols Memory Giant Network Drivers Sockets Scheduler File Systems Mostly Locked Process GEOM Management Fully Locked CAM TTY new-bus Improved USB Storage Drivers Scaling syscons misc

  19. Remaining Giant Uses ● Boot Time Initialization ● Suspend/Resume ● Module Event Handlers ● new-bus ● Some Storage Drivers (aha(4), dpt(4)) ● syscons ● Miscellaneous (e.g., certain non-trivial sysctls)

  20. Hardware Tangent ● SATA NCQ (previously only for SCSI) ● Multiple RX/TX Queues on NICs ● Nearly mandatory for 10G ● X86 Memory Controllers Moved on Die

  21. Finally ● http://www.freebsd.org/~jhb/papers/smp/ ● Questions?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend