Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-04-10 Thread Hui Ling
In case anyone else might need. I solved this issue by installing the mlx4 related libraries from mlxn ofed source for azure. 1) download source from: http://www.mellanox.com/page/firmware_table_Microsoft?mtag=oem_firmware_download Note: download the sources (48M), not the others. For some reas

[dpdk-users] Running DPDK application in Linux init level 3

2018-04-10 Thread Anand Prasad
Hi DPDK Team,   I am trying to run DPDK application in Linux with init level 3 (no gui) and I am observing continuous packet drops on Rx side. But, If I boot Linux in init level 5 (GUI), then I dont see drops.   I have provided linux command line arguments (for isolating the cpu cores and hugepa

[dpdk-users] Wrong OFED version for DPDK 17.11.1 ?

2018-04-10 Thread Iain Barker
Hi all, I'm trying to build 17.11.1 against libibverbs from OFED 4.2-1.0.0.0 but having some API compatibility issues. According to the DPDK docs, that's the correct version for DPDK 17.11 Ref: "Mellanox OFED version: 4.2" in https://dpdk.org/doc/guides-17.11/nics/mlx5.html But I get multipl

Re: [dpdk-users] Running DPDK application in Linux init level 3

2018-04-10 Thread Rosen, Rami
Hi Anan, You better use the same Grub kernel command line parameters both in run level 5 and in run level 3. In order to be able to do so, keep the GRUB_CMDLINE_LINUX as what you had in init level 5, and assuming you are using one of the popular distros (like Fedora or recent Ubuntus), which run

Re: [dpdk-users] Running DPDK application in Linux init level 3

2018-04-10 Thread Anand Prasad
Thanks Rami Rosen I tried the steps you have suggested, and with that, I am able to boot in command line.But still I face the same packet drop issue. Any guess, what causing problem? Regards,Anand Prasad On Wednesday, 11 April, 2018, 1:02:47 AM IST, Rosen, Rami wrote: Hi Anan, You bett