Relative Content

Tag Archive for dpdk

How to run DPDK examples/skeleton

I built the dpdk environment step by step according to the tutorial on the official website. When I ran dpdk/examples/skeleton/build/basicfwd.This program does not run as expected.

DPDK: Why speed_capa is not set for VF PCIs

Tried to get the port capabilities for the VF inside the container from DPDK.
Use rte_eth_dev_info_get which is mentioned in https://doc.dpdk.org/guides/nics/features.html, but speed_capa inside rte_eth_dev_info is 0.

DPDK runtime error: undefined symbol: rte_lpm_create

I’m using dpdk version 20.11 and I’m porting the code from gcc-8 to gcc-12.
My application is written in C. The application code calls “rte_pm_create”.
When I run my app, I get a runtime error: “undefined symbol: rte_lpm_create”
It was working fine before with old compiler.
Looking at the symbols: