Re: Trouble bringing up dpdk testpmd with Mellanox ports

2022-01-27 Thread madhukar mythri
Hi, Make-sure the Kernel drivers(mlx5) were loaded properly on the Mellonox devices. In DPDK-19.11, it works well, try with PCI domain and '-n' option as follows: ./bin/testpmd -l 10-12 -n 1 -w :82:00.0 -- Regards, Madhukar. On Thu, Jan 27, 2022 at 1:46 PM Sindhura Bandi < sindhura.ba...

Re: Trouble bringing up dpdk testpmd with Mellanox ports

2022-01-27 Thread Sindhura Bandi
Hi, Thank you for the response. I tried what you suggested, but with the same result. ## root@debian-10:~/dpdk-18.11/myinstall# ./bin/testpmd -l 10-12 -w 82:00.0 -- --total-num-mbufs 1025 ./bin/testpmd: error while loading shared libraries: librte_pmd_bond.so.2.1: cannot o