系统化整理与实现多个典型 P4 编程案例,涵盖基础报文处理、转发逻辑构建与可编程数据面的关键机制,适用于学习、教学与研究。
-
Updated
Jul 16, 2025 - P4
Software-defined networking (SDN) separates network control from network data forwarding, allowing networks to be programmed and centrally managed with standard protocols. SDN is an enabler of network virtualization, or the ability to run multiple virtual network topologies on a shared physical network.
系统化整理与实现多个典型 P4 编程案例,涵盖基础报文处理、转发逻辑构建与可编程数据面的关键机制,适用于学习、教学与研究。
📚 Open-source P4 Protocol Header Library | Standardized and extensible P4 templates for common network protocols (e.g., TCP, UDP, IPv4, IPv6), accelerating programmable data plane development.
A novel approach based on Random Forests that quickly and accurately identifies elephant flows in programmable Data Planes.
This p4 program provides GTP.v1 encapsulation/decapsulation/steering. Furthermore you can get hop latency via postcard telemetry from each node of the network.
Data-Plane Time synchronization Protocol (P4-Tofino & DPDK)
In this repository, we propose a lightweight and practical mitigation mechanism to protect SDN architecture against DDoS flooding threats and ensure a secure and efficient SDN-based networking environment. Our proposal extends the Data Plane (DP) with a classification and mitigation module to analyze the new incoming packets, classify the benig…
This repository contains code-scripts written bhy me in P4 language.