[USRP-users] Re: 2.5G Ethernet

2022-09-06 Thread Matthias Schraml
Hi Marcus, thank you very much for the hints. Reusing the clocks of the 10G interface seems to be a good starting point. Maybe it is necessary to generate a 312.5 MHz clock. Since I'm not an FPGA expert that experiment will take some time, at least more than I have expected. Best regards Matt

[USRP-users] Re: DPDK drops samples at low rates

2022-09-06 Thread Marcus D. Leech
On 2022-09-06 11:43, per...@o2.pl wrote: Marcus D. Leech wrote: On 2022-09-06 06:56, per...@o2.pl wrote: Hi, Fruits aside, that was a valid question. Cause of bad performance when combining DPDK with GNU Radio is a topic that needs to be addressed.

[USRP-users] Re: DPDK drops samples at low rates

2022-09-06 Thread perper
Marcus D. Leech wrote: > On 2022-09-06 06:56, per...@o2.pl wrote: > > > Hi, > > > > Fruits aside, that was a valid question. Cause of bad performance when > > combining DPDK with GNU Radio is a topic that needs to be addressed. > > > > My hypothesis regarding the cause was: > > > > DPDK needs few

[USRP-users] Re: DPDK drops samples at low rates

2022-09-06 Thread Marcus D. Leech
On 2022-09-06 06:56, per...@o2.pl wrote: Hi, Fruits aside, that was a valid question. Cause of bad performance when combining DPDK with GNU Radio is a topic that needs to be addressed. My hypothesis regarding the cause was: DPDK needs few processor cores for itself only. GNU Radio runs a lo

[USRP-users] Re: DPDK drops samples at low rates

2022-09-06 Thread perper
per...@o2.pl wrote: > Hi, > > Fruits aside, that was a valid question. Cause of bad performance when > combining DPDK with GNU Radio is a topic that needs to be addressed. > > My hypothesis regarding the cause was: > > DPDK needs few processor cores for itself only. GNU Radio runs a lot of > thr

[USRP-users] Re: Question: maximum single channel sample rate on X410 with DPDK

2022-09-06 Thread perper
Piotr Krysik wrote: > Hello all, > > Has anybody tried to use DPDK with USRP X410? > > If yes - can you share what was maximal sample rate for a single channel > that you were able to stream over 10G or 100G Ethernet connection > without loss and what was your setup (hardware and software)? I’ve

[USRP-users] Re: DPDK drops samples at low rates

2022-09-06 Thread perper
Hi, Fruits aside, that was a valid question. Cause of bad performance when combining DPDK with GNU Radio is a topic that needs to be addressed. My hypothesis regarding the cause was: DPDK needs few processor cores for itself only. GNU Radio runs a lot of thread (one thread per block +) and it

[USRP-users] Re: DPDK invalid ELF header

2022-09-06 Thread Piotr Krysik
Hi Kasim, The files with extension *.a (static libraries) are source of the problem. Put the needed libraries without static libraries in a separate directory, let's say /usr/local/lib/x86_64-linux-gnu/pmds , and change in the config to: dpdk-driver=/usr/local/lib/x86_64-linux-gnu/pmds UHD e

[USRP-users] Re: DPDK 21.11

2022-09-06 Thread Piotr Krysik
Hello Meni, I don't know what is exact reason of the undefined references that you see. But I can tell you that I'm able to correctly compile UHD-4.2.0.1 with manually compiled DPDK 21.11 on Ubuntu 20.04 and 22.04. As always with DPDK there's ton of difficulties on the way to set it up and t

[USRP-users] Question: maximum single channel sample rate on X410 with DPDK

2022-09-06 Thread Piotr Krysik
Hello all, Has anybody tried to use DPDK with USRP X410? If yes - can you share what was maximal sample rate for a single channel that you were able to stream over 10G or 100G Ethernet connection without loss and what was your setup (hardware and software)? -- Best Regards, Piotr Krysik