dpdk/dpdk

Data Plane Development Kit

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 15th, 2026
Created on July 5th, 2017
Open Issues & Pull Requests: 25 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 1,517
Total Stargazers: 4,429 (+0)
Total Subscribers: 179 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

DPDK is a set of libraries and drivers for fast packet processing.

DPDK addresses the need for high-performance packet processing by providing optimized libraries and drivers that enable applications to process network packets with minimal latency and maximum throughput. The toolkit supports multiple processor architectures and runs on both FreeBSD and Linux, allowing developers to build data plane applications that can handle demanding networking workloads. By offering direct access to network hardware and memory management primitives, DPDK enables applications to bypass kernel networking stacks where performance is critical.

Developers should consider DPDK for projects requiring line-rate packet processing, such as network appliances, load balancers, packet filters, or telecommunications infrastructure. It suits organizations with performance requirements that standard kernel networking cannot meet and teams with the expertise to work with low-level hardware abstractions. DPDK is appropriate for production environments where packet processing efficiency directly impacts system capacity and operational costs. The project is less suitable for applications where development simplicity outweighs performance demands or where standard networking APIs suffice.

The project maintains active development with regular communication channels through dedicated mailing lists for both user discussions and bug reporting. Documentation is organized in the repository's doc directory, providing release notes, API documentation, and sample applications to guide adoption. The dual licensing approach—BSD-3-Clause for core libraries and drivers with GPL-2.0 for kernel components—reflects the project's structure across userspace and kernel layers.