osdi20-panic.pdf

Background

Design of PANIC

Untitled

  1. RMT pipeline parses packet header and matches them to chain of offloads
    1. also generates a PANIC descriptor for multi-tenant scenario and for priority scheduling
  2. packet is injected to switching fabric (crowbar method)
    1. if does not need to be processed by offload, can just go to output port
    2. if need, send to central scheduler
  3. if no load, packets are chained with a source route that takes them from offload to offload without stopping at packet scheduler
    1. push scheduling is used where scheduler push work to the offloads directly
  4. When load is high, loaded unit detours a packet that was pushed to it off to the buffer in the central scheduler
    1. pulling scheduling is used where service units pull work once their pulled work is complete

RMT Pipeline:

Untitled

High Performance Interconnect

Centralized Scheduler