dpdk-pdump
Data Plane Development Kit (runtime)
Install
- All systems
-
curl cmd.cat/dpdk-pdump.sh
- Debian
-
apt-get install dpdk
- Ubuntu
-
apt-get install dpdk
- Kali Linux
-
apt-get install dpdk-dev
- CentOS
-
yum install dpdk
- Fedora
-
dnf install dpdk-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dpdk
- Dockerfile
- dockerfile.run/dpdk-pdump
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.
dpdk-dev
Data Plane Development Kit (dev tools)
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 tools useful to a developer and for dpdk self tests.