Intel® Ethernet Controller E810 Data Plane Development Kit (DPDK) 22.11/23.03

Configuration Guide

ID Date Version Classification
764257 06/16/2023 22.11 Public
Document Table of Contents

Setting Up Testpmd Application

The testpmd application is built automatically when DPDK is installed using Meson, as described in Installing DPDK Using the Meson Build System (Recommended). Testpmd may be accessed and run through /usr/local/bin or through the app directory in the DPDK build directory:

/usr/local/bin/dpdk-testpmd

or

./dpdk-stable-22.11.0/build/app/dpdk-testpmdNote: On Fedora you will need to add /usr/local/lib64 to your ld path; it is not there by default.

Testpmd should be run with sudo or as the root user.