[USRP-users] Re: RFNoC FFT block on X410

2024-05-06 Thread Wade Fife
Hi Sebastian, You might be using an old YAML file and tring to apply it to a new version of UHD. Take a look at the YAML file for the version of the FPGA closest to what you want. For example, here's the default X410 image in UHD 4.6:

[USRP-users] NEWSDR on Friday May 31 at WPI (updated agenda!)

2024-05-06 Thread Neel Pandeya
The agenda has been updated! The New England Workshop on Software Defined Radio (NEWSDR) will be held at Worcester Polytechnic Institute (WPI) on Friday May 31, in Worcester, Massachusetts, USA. There will also be a tutorial session on the evening before on Thursday May 30. The event is free,

[USRP-users] Re: DPDK error : net_mlx5: port 1 empty mbuf pool

2024-05-06 Thread jmaloyan
After removing the lines you mentioned it seems it is now able to return successfully… `sudo uhd_find_devices --args "addr=192.168.10.2,second_addr=192.168.20.2,mgmt_addr=192.168.1.184,use_dpdk=1"` `[INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100; DPDK_19.11;

[USRP-users] Re: Sharing one UHD device across multiple hosts

2024-05-06 Thread Marcus D. Leech
On 06/05/2024 09:17, Rob Kossler wrote: https://files.ettus.com/manual/page_stream.html#stream_remote Thanks, Rob.  I still had "Alternative Stream Destination" in my head, which frustrated my search. ___ USRP-users mailing list --

[USRP-users] Re: DPDK error : net_mlx5: port 1 empty mbuf pool

2024-05-06 Thread ettus
Hey there, can you try to remove the ‘dpdk_num_desc’ options the the uhd.conf file? I can reproduce this exact error with the line in the config file. Otherwise please provide more info on the device and FPGA image. Additionally: If i call the uhd_find_devices command with the argument

[USRP-users] Re: Sharing one UHD device across multiple hosts

2024-05-06 Thread Rob Kossler via USRP-users
On Sun, May 5, 2024 at 4:47 PM Marcus D. Leech wrote: > > On 05/05/2024 16:00, Marcus Müller wrote: > > That alternate streaming target functionality re-emerged in later UHD > > versions for RFNoC-supported devices. > Is there an example of this somewhere? I only vaguely remember seeing >

[USRP-users] Re: RFNoC FFT block on X410

2024-05-06 Thread ettus
Hello Piotr, hello everybody, i am working with the USRP X410 as well and want to get the FFT Block to work in RFNoC. I have tried to use the yml as it is, but the Plausibility check failed, which i could resolve by editing the line 143 “dram” -> “dram0”. I guess this was a typo. After 2 h

[USRP-users] DPDK error : net_mlx5: port 1 empty mbuf pool

2024-05-06 Thread jmaloyan
Hello, I am currently getting the following error when I try to run dpdk… `net_mlx5: port 1 empty mbuf pool` `net_mlx5: port 1 Rx queue allocation failed: Cannot allocate memory` I am wondering if anyone has gotten a similar issue and how they fixed it. I double checked my uhd.conf and made