English

Demystifying Datapath Accelerator Enhanced Off-path SmartNIC

Networking and Internet Architecture 2024-09-10 v4

Abstract

Network speeds grow quickly in the modern cloud, so SmartNICs are introduced to offload network processing tasks, even application logic. However, typical multicore SmartNICs such as BlueFiled-2 are only capable of processing control-plane tasks with their embedded processors that have limited memory bandwidth and computing power. On the other hand, cloud applications evolve rapidly, such that a limited number of fixed hardware engines in a SmartNIC cannot satisfy the requirements of cloud applications. Therefore, SmartNIC programmers call for a programmable datapath accelerator (DPA) to process network traffic at line rate. However, no existing work has unveiled the performance characteristics of the existing DPA. To this end, we present the first architectural characterization of the latest DPA-enhanced BlueFiled-3 (BF3) SmartNIC. Our evaluation results indicate that BF3's DPA is significantly wimpier than the off-path Arm processor and the host CPU. However, we still identify that DPA has three unique architectural characteristics that unleash the performance potential of DPA. Specifically, we demonstrate how to take advantage of DPA's three architectural characteristics regarding computing, networking, and memory subsystems. Then we propose three important guidelines for programmers to fully unleash the potential of DPA. To demonstrate the effectiveness of our approach, we conduct detailed case studies regarding each guideline. Our case study on key-value aggregation achieves up to 4.3×\times higher throughput by using our guidelines to optimize memory combinations.

Keywords

Cite

@article{arxiv.2402.03041,
  title  = {Demystifying Datapath Accelerator Enhanced Off-path SmartNIC},
  author = {Xuzheng Chen and Jie Zhang and Ting Fu and Yifan Shen and Shu Ma and Kun Qian and Lingjun Zhu and Chao Shi and Yin Zhang and Ming Liu and Zeke Wang},
  journal= {arXiv preprint arXiv:2402.03041},
  year   = {2024}
}

Comments

accepted by ICNP24

R2 v1 2026-06-28T14:38:35.644Z