Open marinosi opened 7 months ago
I think this behavior is not related to this wrapper library. You might have missed some prerequisite of the mlx5 driver (https://doc.dpdk.org/guides/nics/mlx5.html). Some of DPDK PMDs have additional requirements along with the common requirements of DPDK.
Hi,
Using the latest commit 77788ed603671a8e50fb7a84512f24a530d0b93d DPDK fails to be initialize the appropriate driver (mlx5_net):
It looks like it tries to create a memzone with the same name twice and it fails on the second time. When using
dpdk-testpmd
from the same DPDK installation (v22.11) the driver works and initialization completes. Same arguments are being used forrte_eal_init
. I am running this code on an Azure F8sv2 VM, Ubuntu 22.04 and Mellanox CX4 NIC.Have you seen such behavior before?