Cache-aware data structures for packet forwarding tables on general purpose CPUs

Maksim Yegorov
DOI: https://doi.org/10.48550/arXiv.1804.09254
2018-04-24
Networking and Internet Architecture
Abstract:Longest prefix matching has long been the bottleneck of the Bloom filter-based solutions for packet forwarding implemented in software. We propose a search algorithm to match a destination IP address against a compact representation of the FIB table in CPU cache on general purpose hardware with an average performance target of O(log n) for an n-bit address.
What problem does this paper attempt to address?