Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Receive Side Scaling - RSS with eBPF in QEMU and virtio-net
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is RSS?
- 3 History: RSS and virtio-net
- 4 virtio spec changes - capabilities
- 5 virtio spec changes - device configu
- 6 virtio spec changes - setting RSS parai
- 7 virtio spec changes - virtio-net-hd
- 8 What is eBPF?
- 9 How can eBPF help us?
- 10 The "magic"
- 11 Hash population work in progres
- 12 eBPF program source in QEMU
- 13 eBPF program skeleton
- 14 Configuration map
- 15 Loading eBPF program
- 16 Fallback
- 17 Live migration
- 18 QEMU command line
- 19 libvirt integration
- 20 Current status
- 21 Pending patches