dpdk-procinfo
Data Plane Development Kit (runtime)
Install
- All systems
-
curl cmd.cat/dpdk-procinfo.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 update
sudo apt-get install dpdk
- Dockerfile
- dockerfile.run/dpdk-procinfo
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.