TC SW Datapath - A Performance Analysis
Offered By: Linux Plumbers Conference via YouTube
Course Description
Overview
Explore a performance analysis of Linux kernel datapaths for Open vSwitch in this Linux Plumbers Conference talk. Dive into the comparison between ovskdp and TC DP, focusing on the PVP test scenario. Examine bottlenecks in the TC SW datapath using the perf tool, and discover proposed solutions to improve performance. Learn about extending the act infrastructure, leveraging ACT_REDIRECT action, and utilizing bpf redirect code for clone-free forwarding. Gain insights into future improvements, including RCU-ification of TC actions and expanding listification infrastructure. Compare TC/SW datapath performance with custom eBPF programs and understand the potential for further optimization in Linux kernel networking.
Syllabus
LINUX
Outline
The PVP test scenario
Let's see the numbers
How about scaling?
Can we do any better?
Killing bad clones
Things intentionally omitted - so far
A glance at the future
Taught by
Linux Plumbers Conference
Related Courses
Introduction to SDN and OpenFlowUdemy SDN - Software Defined Networking
David Bombal via YouTube Practical Linux for Network Engineers: Part 2
LinkedIn Learning Practical Software-Defined Networking: 1 SDN and OpenFlow Quick Start
LinkedIn Learning The Design and Implementation of Open vSwitch
USENIX via YouTube