Programming Network Stack for Middleboxes with Rubik.

Hao Li,Changhao Wu,Guangda Sun,Peng Zhang,Danfeng Shan,Tian Pan,Chengchen Hu
2021-01-01
Abstract:Middlehoxes are becoming indispensable in modern networks. However, programming the network stack of niiddleboxes to support emerging transport protocols and flexible stack hierarchy is still a daunting task. To this end, we propose Rubik, a language that greatly facilitates the task of middle box stack programming. Different from existing hand-written approaches, Rubik offers various high-level constructs for relieving the operators from dealing with massive native code, so that they can focus on specifying their processing intents. We show that using Rubik one can program the middlebox stack with minor effort, e.g., 250 lines of code for a complete TCP/IP stack, which is a reduction of 2 orders of magnitude compared to the hand-written versions. To maintain a high performance, we conduct extensive optimizations at the middle- and back-end of the compiler. Experiments show that the stacks generated by Rubik outperform the mature hand-written stacks by at least 30% in throughput.
What problem does this paper attempt to address?