Ripple: An efficient runtime reconfigurable P4 data plane for multicore systems

Xiaoban Wu, University of Massachusetts Lowell
Peilong Li, Elizabethtown College
Timothy Miskell, Intel Corporation
Liang Min Wang, Intel Corporation
Yan Luo, University of Massachusetts Lowell
Xiaohong Jiang, Future University - Hakodate

Abstract

The P4 language was originally proposed as a means of providing programmable network data plane functions with the potential to implement, understand, and interpret custom protocols. However, the recompilation process and the re-instantiation of network functions on a target device introduces measurable downtime for network services. In this work, we present Ripple, an efficient, runtime reconfigurable P4 engine on multicore systems to eliminate the recompilation process. The Ripple framework adopts the 'generic and static' philosophy, and uses a highly optimized universal binary executable to avoid the lengthy recompilation and reconfiguration process, while supporting packet processing at line rates. We leverage advanced I/O and vectorization techniques to take advantage of packet level parallelism and processor architectural features, thus significantly improve the performance of P4 data plane at runtime. Our in-depth evaluation on multicore architecture shows that Ripple reaches comparable throughput with one of the state-of-art frameworks that requires recompilation and reconfiguration.