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

Debugging in Testpmd

Debug logging is available in testpmd and can be enabled by an EAL command-line parameter.

To enable ice PMD debug logging, add the --log-level="pmd.net.ice,debug” flag to the testpmd EAL parameters. This will print debug messages from PMD_​INIT_​LOG(DEBUG, “message”):

sudo ./dpdk-testpmd -a 00:01.0 --log-level=”pmd.net.ice,debug" -- -i