testpmd
Data Plane Development Kit (runtime)
Install
- All systems
-
curl cmd.cat/testpmd.sh
- Debian
-
apt-get install dpdk - Ubuntu
-
apt-get install dpdk - Kali Linux
-
apt-get install dpdk - CentOS
-
yum install dpdk - Fedora
-
dnf install dpdk - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install dpdk
dpdk
Data Plane Development Kit (runtime)
DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. This package contains the runtime environment to run DPDK applications.