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 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.
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.