dpdk-test-crypto-perf
Data Plane Development Kit (dev tools)
Install
- All systems
-
curl cmd.cat/dpdk-test-crypto-perf.sh
- Debian
-
apt-get install dpdk-dev
- Ubuntu
-
apt-get install dpdk
- Kali Linux
-
apt-get install dpdk-dev
- CentOS
-
yum install dpdk-tools
- Fedora
-
dnf install dpdk-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dpdk
- Dockerfile
- dockerfile.run/dpdk-test-crypto-perf
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.
dpdk-tools-2
Kit environment
dpdk-tools
Tools for setting up Data Plane Development Kit environment
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.