${\sf Serpens}$: a High Performance FaaS Platform for Network Functions

Heng Yu,Han Zhang,Junxian Shen,Yantao Geng,Jilong Wang,Congcong Miao,Mingwei Xu
DOI: https://doi.org/10.1109/tpds.2023.3263272
IF: 5.3
2023-01-01
IEEE Transactions on Parallel and Distributed Systems
Abstract:More and more enterprises deploy applications on Function-as-a-Service (FaaS) platforms to improve resource efficiency and save monetary costs. Network Functions (NFs) suffer from staggered peaks of traffic patterns and could benefit from fine-grained resource multiplexing in FaaS platform. However, naively exploring existing FaaS platforms to support NFs can introduce significant performance overheads in three aspects, including slow instance startup, remote state access for NFs, and costly packet delivery between NFs. To address these problems, we propose ${sf Serpens}$, a high performance FaaS platform for NFs. First, ${sf Serpens}$ proposes a reusable NF runtime design to slash instance startup overhead. Second, ${sf Serpens}$ designs a novel state management mechanism to support local state access. Third, ${sf Serpens}$ introduces an advanced service chaining approach to avoid extra packet delivery. Besides, ${sf Serpens}$ designs an NF scaling mechanism to minimize performance fluctuation. We have implemented a prototype of ${sf Serpens}$ and conducted comprehensive experiments. Compared with the NFs and Service Function Chains (SFCs) that run on existing FaaS platforms, ${sf Serpens}$ can improve the throughput by more than 10× and reduce the latency by more than 90%.
computer science, theory & methods,engineering, electrical & electronic
What problem does this paper attempt to address?