English

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

Networking and Internet Architecture 2018-04-26 v1

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.

Keywords

Cite

@article{arxiv.1804.09254,
  title  = {Cache-aware data structures for packet forwarding tables on general purpose CPUs},
  author = {Maksim Yegorov},
  journal= {arXiv preprint arXiv:1804.09254},
  year   = {2018}
}

Comments

Bloom filter, Longest Matching Prefix, Forwarding Lookups

R2 v1 2026-06-23T01:34:35.551Z