cs 3410 computer system organization and programming
play

CS 3410 Computer System Organization and Programming Guest Lecture: - PowerPoint PPT Presentation

CS 3410 Computer System Organization and Programming Guest Lecture: I/O Devices Christopher Batten Computer Systems Laboratory School of Electrical and Computer Engineering Cornell University Spring 2012 I/O Device Overview Programmed I/O


  1. CS 3410 Computer System Organization and Programming Guest Lecture: I/O Devices Christopher Batten Computer Systems Laboratory School of Electrical and Computer Engineering Cornell University Spring 2012

  2. I/O Device Overview Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access Agenda I/O Device Examples, Organization, and Drivers Programmed I/O vs. Memory-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Memory Access I/O Devices – Christopher Batten CS 3410 2 / 50

  3. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access I/O Devices Enable Interacting with Environment Device Behavior Partner Data Rate (b/sec) Keyboard Input Human 100 Mouse Input Human 3.8K Sound Input Input Machine 3M Voice Output Output Human 264K Sound Output Output Human 8M Laser Printer Output Human 3.2M Graphics Display Output Human 800M–8G Network/LAN Input/Output Machine 100M–10G Network/Wireless LAN Input/Output Machine 11–54M Optical Disk Storage Machine 5–120M Flash Memory Storage Machine 32–200M Magnetic Disk Storage Machine 800M–3G Adapted from [Patterson’08] I/O Devices – Christopher Batten CS 3410 3 / 50

  4. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access I/O Device Unified Interconnect ◮ All devices run at same speed, but performance requirements vary Processor Processor significantly across I/O devices Cache Cache ◮ Difficult to evolve interconnect due to Hierarchy Hierarchy legacy compatibility Unified Memory and I/O Interconnect DRAM Display Disk Keyboard Network I/O Devices – Christopher Batten CS 3410 4 / 50

  5. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access I/O Device Controllers ◮ Decouple I/O devices from interconnect Processor Processor ◮ Enable smarter I/O interfaces Cache Cache Hierarchy Hierarchy Unified Memory and I/O Interconnect Memory I/O I/O I/O I/O Controller Controller Controller Controller Controller DRAM Display Disk Keyboard Network I/O Devices – Christopher Batten CS 3410 5 / 50

  6. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access I/O Device Hierarchical Interconnect ◮ Use bridge to separate high-performance processor, memory, display interconnect Processor Processor from lower-performance interconnect Cache Cache ◮ High-performance interconnect can Hierarchy Hierarchy evolve more quickly e High-Performance g Lower-Performance d i r Interconnect Legacy Interconnect B Memory I/O I/O I/O I/O Controller Controller Controller Controller Controller DRAM Display Disk Keyboard Network I/O Devices – Christopher Batten CS 3410 6 / 50

  7. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access Bus vs. Point-to-Point Interconnect 2 3 4 Hub 1 2 1 Single-Transaction Bus Split-Transaction Bus Point-to-Point ◮ Traditionally use slower wide parallel split-transaction busses ⊲ Simple to implement ⊲ More challenging to scale to long distances and high data rates ◮ More recently use high-speed narrow serial point-to-point channels ⊲ Much higher data-rates, distances, bandwidth density ⊲ More challenging to implement I/O Devices – Christopher Batten CS 3410 7 / 50

  8. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access Example Interconnects Dev Per Channel Data Rate Name Use Channel Width (B/sec) Firewire 800 External 63 4 100M USB 2.0 External 127 2 60M Parallel ATA Internal 1 16 133M Serial ATA Internal 1 4 300M PCI 66MHz Internal 1 32–64 533M PCI Express v2.x Internal 1 2–64 16G/dir Hypertransport v3.1 Internal 1 2–64 25G/dir QuickPath (QPI) Internal 1 40 12G/dir Adapted from [Patterson’08] I/O Devices – Christopher Batten CS 3410 8 / 50

  9. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access Traditional Hierarchical Bus-Based Interconnect Adapted from [Patterson’08] I/O Devices – Christopher Batten CS 3410 9 / 50

  10. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access DIMMs B3 IDE B2 USB CD/DVD B1 to IDE B0 1x Internal DIMMs USB 2.0 A3 A2 2x Rear A1 USB 2.0 Channel B A0 5.3 GB/s Channel A USB 2x Front Intel Xeon 5.3 GB/s USB Hub USB 2.0 5200/5400 FSB 2x 1GB PCI-E x4 1333 MT/s Ethernet 2 & 3 XEON TM PCI-E 10.5 GB/s MCH IOH ESI (PCI-E) 2x 1GB Dual FSB Ethernet to MCH ESB-2 0 & 1 Blackford PCI 32-bit 33 MHz 10.5 GB/s 5000P PCI-E x8 PCI-E x8 PCI-E x8 FSB Channel C XEON TM 1333 MT/s 5.3 GB/s Serial RJ-45 Channel D 5.3 GB/s Intel Xeon 5200/5400 Management PCI-E SAS/RAID AST2000 10/100 C0 Controller 2x USB Q62611.1 GP Ethernet C1 0608 TAN A2 C2 VGA C3 Video DIMMs D0 D1 PCI-E x16 - 2 PCI-E x16 - 1 PCI-E x16 - 0 8x SAS D2 HDDs Sun Fire D3 DIMMs X4150 (Sep 2008) I/O Devices – Christopher Batten CS 3410 10 / 50

  11. • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access Sun/Oracle Sun Fire X2270 (Feb 2011) I/O Devices – Christopher Batten CS 3410 11 / 50

  12. �������������������������������������������������������������������� � � � � � � � � � • I/O Device Overview • Programmed I/O vs. Mem-Mapped I/O Polling-Based I/O vs. Interrupt-Based I/O Direct-Mem Access Sun/Oracle Sun Fire X4170 (Apr 2012) I/O Devices – Christopher Batten CS 3410 12 / 50

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