Skip to content

Optimizations

Ilya Baldin edited this page Mar 20, 2024 · 2 revisions

Optimizations

Overview

Linux kernel provides multiple send- and receive- side optimization options to improve the performance of streaming applications. E2SAR implements a number of these options that can be mixed and matched to the needs of a given application.

Send-side Optimizations

  • Zerocopy

Receive-side Optimizations

  • CPU and memory pinning
  • XDP