Re: [USRP-users] DPDK troubles (invalid ELF header loading dpdk library)

2021-02-01 Thread Rob Kossler via USRP-users
Has anyone successfully used DPDK with Ubuntu 20.04, UHD 4.0, Intel XL710 NIC, and N310 (or X310)? On Mon, Feb 1, 2021 at 7:54 PM Rob Kossler wrote: > BTW, here is the output of the dpdk-devbind status. It all looks good to > me. > > root@irisheyes9-Z240-SFF:~# dpdk-devbind -s > > Network

Re: [USRP-users] DPDK troubles (invalid ELF header loading dpdk library)

2021-02-01 Thread Rob Kossler via USRP-users
BTW, here is the output of the dpdk-devbind status. It all looks good to me. root@irisheyes9-Z240-SFF:~# dpdk-devbind -s Network devices using DPDK-compatible driver :03:00.0 'Ethernet Controller XL710 for 40GbE QSFP+ 1584' drv=vfio-pci

Re: [USRP-users] DPDK troubles (invalid ELF header loading dpdk library)

2021-02-01 Thread Rob Kossler via USRP-users
I'm running as root. Here is the full command I'm using with my N310 and the first part of the resulting output. Note that the ERROR is now a UHD generated error message rather than an error message from the DPDK libs. One thing I'm looking into is the "vfio-pci" module. The instructions say to

Re: [USRP-users] DPDK troubles (invalid ELF header loading dpdk library)

2021-02-01 Thread Marcus D Leech via USRP-users
Unfortunately that’s one I can’t help with. I don’t have any DPDK capable machines at my disposal. I vaguely recall that you have to be root for DPDK to work. Perhaps that’s the issue? Sent from my iPhone > On Feb 1, 2021, at 7:11 PM, Rob Kossler wrote: > >  > I'm not convinced anything

Re: [USRP-users] DPDK troubles (invalid ELF header loading dpdk library)

2021-02-01 Thread Rob Kossler via USRP-users
I'm not convinced anything went wrong in the build of DPDK. The build didn't indicate any problems. But I wouldn't be surprised to find out that things aren't being installed where they are expected. In any case, I realized a mistake in my original post which accounts for the discrepancy in the

Re: [USRP-users] DPDK troubles (invalid ELF header loading dpdk library)

2021-02-01 Thread Marcus D. Leech via USRP-users
On 02/01/2021 06:15 PM, Rob Kossler via USRP-users wrote: Hi, I have 2 systems (each with host PC and N310) for which I'm having similar issues in trying to get DPDK up and running. After going through the UHD Manual DPDK instructions and DPDK app note, I am past the point at which the

[USRP-users] DPDK troubles (invalid ELF header loading dpdk library)

2021-02-01 Thread Rob Kossler via USRP-users
Hi, I have 2 systems (each with host PC and N310) for which I'm having similar issues in trying to get DPDK up and running. After going through the UHD Manual DPDK instructions and DPDK app note, I am past the point at which the "dpdk-devbind" seems to work fine, but I get the following error

Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-01 Thread Marcus D. Leech via USRP-users
On 02/01/2021 04:01 PM, Dennis Trask via USRP-users wrote: I am attempting to set up a development environment to write software for the E310 by cross-compiling on Ubuntu 18.04. I am using the instructions here:

[USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-01 Thread Dennis Trask via USRP-users
I am attempting to set up a development environment to write software for the E310 by cross-compiling on Ubuntu 18.04. I am using the instructions here: https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source [1] I have

Re: [USRP-users] Issues getting UHD and DPDK working with Mellanox ConnectX-5

2021-02-01 Thread Aaron Rossetto via USRP-users
Hi Jorge, The '[WARNING] [DPDK] Detected use_dpdk argument, but DPDK support not built in' message means that the version of UHD you are using (in this case, the 3.15.LTS version you installed via PyBOMBS) was not compiled with DPDK support. For DPDK to be available and usable, the UHD driver has

Re: [USRP-users] UHD version mismatch

2021-02-01 Thread Michael Dickens via USRP-users
Hi Gokul - Did you update UHD to the same version on both the host computer running OAI as well as the USRP (via the filesystem on the SDcard)? It looks from the GIT commands like you're trying to use UHD 4.0-beta on this new host & you note UHD 3.15 on the USRP ... which won't work. You have to

[USRP-users] RFNoC FFT >512 Samples

2021-02-01 Thread Mattingly, Rylee via USRP-users
Hi all, I am having trouble with the RFNoC FFT. When using an FFT length of 256 or less everything works smoothly but when I use a 512 or 1024 length FFT I begin to receive a flood of repeating packet errors like: ERROR_CODE_BAD_PACKET (Code: 0xf). I haven't been able to find any information

[USRP-users] UHD version mismatch

2021-02-01 Thread gokul sani via USRP-users
Dear USRP Community, I am working on OAI project, and trying to run enb using USRP n310. My uhd version was 3.15 LTS. But as part of the installation for OAI, I used this command in a different workstation: *git clone git://github.com/EttusResearch/uhd.git