TestPmd DPDK Tools sudo apt install dpdk dpdk-devbind.py -s Install DPDK LTS http://fast.dpdk.org/rel/dpdk-19.11.2.tar.xz // or any other LTS release (say dpdk-stable-18.11.8) tar xvf dpdk-19.11.2.tar.xz Install make and other package sudo apt install make sudo apt install gcc sudo apt-get install libnuma-dev (numa.h) sudo apt-get install libpcap0.8-dev (pcap.h, useful sometimes) Build TestPmd sudo bash cd <>/dpdk-stable-19.11.2/usertools … Continue reading DPDK test application and ideas