Hi, I'm trying to run pktgen (latest 'master' branch) with a Mellanox CX5 NIC on Ubuntu 20.04. I've installed the latest Mellanox drivers (MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64.iso). I've compiled and installed DPDK successfully (latest 'main' branch).
As you can see below, I'm getting an error message saying "libmlx4.so.1: cannot open shared object file: No such file or directory". I am able to run other DPDK applications such as 'testpmd'. Is pktgen supported with the latest Mellanox drivers on CX5? Thank you! -------------- pktgen -l 1,3,5 -a 04:00.0 -d librte_net_mlx5.so -- -P -m "[3:5].0" -T Copyright(c) <2010-2021>, Intel Corporation. All rights reserved. Powered by DPDK EAL: Detected 20 lcore(s) EAL: Detected 2 NUMA nodes EAL: Detected shared linkage of DPDK EAL: libmlx4.so.1: cannot open shared object file: No such file or directory EAL: FATAL: Cannot init plugins EAL: Cannot init plugins Thank you, Narcisa V.
