Day 1 / Track 2 / Talk 1 Tutorial: XDP Hands-On Tutorial Instructors: Jesper Brouer and Toke Høiland-Jørgensen Report by: Michael Kehoe This tutorial gave an introduction to building XDP programs. It covered how to write simple programs to allow or drop traffic, collect statistics and pin BPF maps. The tutorial then went in to demonstrate how to write programs that parse, rewrite and redirect packets. This gave a great introduction into XDP and how to build towards writing real-world XDP applications. Site: https://www.netdevconf.info/0x13/session.html?tutorial-XDP-hands-on Github: https://github.com/xdp-project/xdp-tutorial/