Journal article Open Access

Faster Software Packet Processing on FPGA NICs with eBPF Program Warping

Marco Bonola; Giacomo Belocchi; Angelo Tulumello; Marco Spaziani Brunella; Giuseppe Siracusano; Giuseppe Bianchi; Roberto Bifulco

FPGA NICs can improve packet processing performance, however, programming them is difficult, and existing solutions to enable software packet processing on FPGA either provide limited packet processing speed, or require changes to programs and to their development/deployment life cycle.

We address the issue with program warping, a new technique that improves throughput replacing several instructions of a packet processing program with an equivalent runtime programmable hardware implementation. Program warping performs static analysis of a packet processing program, described with Linux’s eBPF, to identify subsets of the program that can be implemented by an optimized FPGA pipeline, the warp engine. Packets handled by the warp engine are eventually delivered to a regular eBPF program executor, along with their program context (registers, stack), to complete execution of those program parts that cannot be efficiently pipelined.

We prototype program warping on a 100Gbps FPGA NIC, extending hXDP, a state-of-the-art eBPF processor for FPGA, and measure its performance running 6 unmodified real-world eBPF programs, including deployed applications such as Katran and Suricata. Our prototype runs at 250MHz, uses less than 15% of the FPGA resources, and improves hXDP throughput by 1.2-3x in most cases, and up to 18x.

Files (2.7 MB)
Name Size
Faster Software Packet Processing on FPGA NICs with eBPF Program Warping.pdf
md5:4b5a6af9a26f535b912ddae6f87e34dd
2.7 MB Download
65
18
views
downloads
All versions This version
Views 6565
Downloads 1818
Data volume 47.8 MB47.8 MB
Unique views 6262
Unique downloads 1818

Share

Cite as