Title :
A trie merging approach with incremental updates for virtual routers
Author :
Layong Luo ; Gaogang Xie ; Salamatian, Kave ; Uhlig, S. ; Mathy, Laurent ; Yingke Xie
Author_Institution :
Inst. of Comput. Technol., Beijing, China
Abstract :
Virtual routers are increasingly being studied, as an important building block to enable network virtualization. In a virtual router platform, multiple virtual router instances coexist, each having its own FIB (Forwarding Information Base). In this context, memory scalability and route updates are two major challenges. Existing approaches addressed one of these challenges but not both. In this paper, we present a trie merging approach, which compactly represents multiple FIBs by a merged trie and a table of next-hop-pointer arrays to achieve good memory scalability, while supporting fast incremental updates by avoiding the use of leaf pushing during merging. Experimental results show that storing the merged trie requires limited memory space, e.g., we only need 10MB memory space to store the merged trie for 14 full FIBs from IPv4 core routers, achieving a memory reduction by 87% when compared to the total size of the individual tries. We implement our approach in an SRAM (Static Random Access Memory)-based lookup pipeline. Using our approach, an on-chip SRAM-based lookup pipeline with 5 external stages is sufficient to store the 14 full IPv4 FIBs. Furthermore, our approach can guarantee a minimum update overhead of one write bubble per update, as well as a high lookup throughput of one lookup per clock cycle, which corresponds to a throughput of 251 million lookups per second in the implementation.
Keywords :
IP networks; SRAM chips; telecommunication network routing; virtualisation; FIB; IPv4 core routers; forwarding information base; incremental updates; leaf pushing; lookup throughput; memory reduction; memory scalability; network virtualization; next-hop-pointer arrays; on-chip SRAM-based lookup pipeline; route updates; static random access memory; trie merging approach; virtual router platform; write bubble; Arrays; IP networks; Memory management; Merging; Routing; Scalability;
Conference_Titel :
INFOCOM, 2013 Proceedings IEEE
Conference_Location :
Turin
Print_ISBN :
978-1-4673-5944-3
DOI :
10.1109/INFCOM.2013.6566914