Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
97 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

A Survey on Data Plane Programming with P4: Fundamentals, Advances, and Applied Research (2101.10632v3)

Published 26 Jan 2021 in cs.NI

Abstract: Programmable data planes allow users to define their own data plane algorithms for network devices including appropriate data plane application programming interfaces (APIs) which may be leveraged by user-defined software-defined networking (SDN) control. This offers great flexibility for network customization, be it for specialized, commercial appliances, e.g., in 5G or data center networks, or for rapid prototyping in industrial and academic research. Programming protocol-independent packet processors (P4) has emerged as the currently most widespread abstraction, programming language, and concept for data plane programming. It is developed and standardized by an open community, and it is supported by various software and hardware platforms. In the first part of this paper we give a tutorial of data plane programming models, the P4 programming language, architectures, compilers, targets, and data plane APIs. We also consider research efforts to advance P4 technology. In the second part, we categorize a large body of literature of P4-based applied research into different research domains, summarize the contributions of these papers, and extract prototypes, target platforms, and source code availability. For each research domain, we analyze how the reviewed works benefit from P4's core features. Finally, we discuss potential next steps based on our findings.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (8)
  1. Frederik Hauser (4 papers)
  2. Marco Häberle (4 papers)
  3. Daniel Merling (2 papers)
  4. Steffen Lindner (8 papers)
  5. Vladimir Gurevich (1 paper)
  6. Florian Zeiger (2 papers)
  7. Reinhard Frank (1 paper)
  8. Michael Menth (15 papers)
Citations (134)

Summary

  • The paper provides an in-depth survey on P4 data plane programming, combining a comprehensive tutorial on fundamentals with a categorization of applied research.
  • It systematically reviews key programming models, architectures, and compilers that empower customizable packet processing in modern network devices.
  • Findings highlight P4’s protocol independence and flexible APIs, which drive innovative applications in 5G, data centers, and rapid prototyping.

The paper "A Survey on Data Plane Programming with P4: Fundamentals, Advances, and Applied Research" provides an in-depth examination of the programmable data plane and its implementation using the P4 programming language. The paper is structured into two primary parts: a comprehensive tutorial and a survey of applied research.

First Part: Tutorial and Fundamentals

In the first section, the authors introduce the key concepts of data plane programming. They elaborate on several core topics:

  • Data Plane Programming Models: An overview of the various models used in data plane programming, highlighting the flexibility and customization they offer for network devices.
  • P4 Programming Language: A detailed introduction to P4, which stands for "Programming Protocol-independent Packet Processors." This language allows for programming the behavior of the data plane, enabling packet processing tasks to be defined by the user.
  • Architectures and Compilers: Discussion on the architectures that support P4, the compilers used to translate P4 programs, and the target devices (both hardware and software) that can execute these programs.
  • Targets: Various hardware and software platforms that integrate with P4, including switches and network processors.
  • Data Plane APIs: Explanation of the application programming interfaces that allow interaction with the data plane, essential for integrating P4-based programs into broader software-defined networking (SDN) frameworks.

Second Part: Survey of Applied Research

The second section of the paper categorizes and surveys a vast body of applied research leveraging P4. The authors organize this research into different domains and summarize the findings, contributions, prototypes, and available source codes of these works. They analyze how these works utilize the core features of P4 to address specific challenges in networking.

  • Research Domains: The identified domains cover various applications such as 5G networks, data center networks, and rapid prototyping for both commercial and academic purposes.
  • Benefits of P4: The survey illustrates how P4's core features, such as protocol independence, ease of use, and adaptability, provide significant advantages for various research initiatives.

Potential Next Steps

The authors conclude by discussing potential future directions for P4 research based on their findings. They emphasize the continuous development of P4's capabilities, integration with more diverse hardware and software platforms, and potential new applications in emerging networking scenarios.

Overall, the paper serves as a thorough resource for understanding the current state of data plane programming with P4, highlighting both foundational knowledge and a wealth of applied research in the field.