Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Martin Drašar
Dne 18.6.2018 v 11:54 Rosen, Rami napsal(a): > Hi Martin, >> dpdk_init() > > I assume you run your own application. > Can you post the log you get when running testpmd with --log-level=8 and -w > I40E0_PCI_BUS_ID ? > > Also can you post "lspci -n"? > Regards, > Rami Rosen Hello, thank

Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Rosen, Rami
Hi Martin, > dpdk_init() I assume you run your own application. Can you post the log you get when running testpmd with --log-level=8 and -w I40E0_PCI_BUS_ID ? Also can you post "lspci -n"? Regards, Rami Rosen -Original Message- From: users [mailto:users-boun...@dpdk.org] On

Re: [dpdk-users] DPDK 17.05 does not find X710 card

2018-06-18 Thread Martin Drašar
Sorry, there was a typo in the subject. X710, not X510.

Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Martin Drašar
Dne 18.6.2018 v 15:09 Rosen, Rami napsal(a): > Hi, Martin, > How do you bind the device ? is it with igb_uio/vfio ? In case this is what > you do - can you please try with uio_pci_generic and tell if you get the same > error ? > The uio_pci_generic should be included in your distro as one of

Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Rosen, Rami
Hi, Martin, How do you bind the device ? is it with igb_uio/vfio ? In case this is what you do - can you please try with uio_pci_generic and tell if you get the same error ? The uio_pci_generic should be included in your distro as one of the kernel modules, you need just to do modprobe

Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Martin Drašar
Dne 18.6.2018 v 15:34 Rosen, Rami napsal(a): > Hi Martin, > > Yes, you are right. > > Which kernel are you running ? (uname -r) > > Regards, > Rami Rosen I am running 3.10.0-693.el7.x86_64. Martin

Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Rosen, Rami
Hi Martin, Yes, you are right. Which kernel are you running ? (uname -r) Regards, Rami Rosen -Original Message- From: Martin Drašar [mailto:dra...@ics.muni.cz] Sent: Monday, June 18, 2018 16:23 To: Rosen, Rami ; users@dpdk.org Subject: Re: [dpdk-users] DPDK 17.05 does not find X510

Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Martin Drašar
Using iomem=relaxed did not change anything. Once I manage to update UEFI drivers on my X520, I will try it to see if it is a driver issue. Martin

Re: [dpdk-users] DPDK 17.05 does not find X510 card

2018-06-18 Thread Rosen, Rami
Hi Martin, I assume that you get the mmap() error that you posted earlier when running your own DPDK application. And again, if this is the case, can you please post here the full log you get when running testpmd with --log-level=8 and -w I40E0_PCI_BUS_ID (without running any other DPDK