Re: [USRP-users] DMA FIFO latency with X310

2020-12-30 Thread Jorge Arroyo Giganto via USRP-users
Hi Nick, I am running the X310 interface at 1Gbit using the SFP Adapter that came with the X310. At first I fowollowed the advice from Ettus USRP Manual of setting the MTU to 1500 and _frame_size=1472 when

Re: [USRP-users] DMA FIFO latency with X310

2020-12-30 Thread EJ Kreinar via USRP-users
Simple math is not working out for me today-- Maybe it's the holidays?? I think a 9000 *byte* packet would be 9000*8/1e9 = 72 microseconds ... However the FFT input needs 8192 *samples* which is 8192*4*8/1e9 = 262 microseconds! Seems like your latency is driven by sending data over the network

[USRP-users] rfNoc Replay Benchmark with N321

2020-12-30 Thread Dylan Baros via USRP-users
Good morning, I am interested in using a rfnoc replay block to benchmark rx over both 10 gb ports, is that possible? I would like to dedicate both ports to receiving and the rfnoc replay block to transmit. I am using a N321. Thanks, Dylan ___

Re: [USRP-users] DMA FIFO latency with X310

2020-12-30 Thread Marcus D Leech via USRP-users
Simple math. A 9000 *byte* packet is 72000 *bits* At 1.0e9 *bits/sec* that’s a latency of 720usec Sent from my iPhone > On Dec 30, 2020, at 8:55 AM, Jorge Arroyo Giganto via USRP-users > wrote: > >  > Hi EJ, > > Yes, I tried replacing the DMA FIFO with a normal FIFO and the latency got

Re: [USRP-users] DMA FIFO latency with X310

2020-12-30 Thread Marcus D Leech via USRP-users
Dear lord. The calculator on my iPhone only goes to 1e8 in portrait mode. I had not noticed, so I slipped a decimal place. Doh!! Sent from my iPhone > On Dec 30, 2020, at 11:48 AM, EJ Kreinar wrote: > >  > Simple math is not working out for me today-- Maybe it's the holidays?? > > I think a

Re: [USRP-users] DMA FIFO latency with X310

2020-12-30 Thread EJ Kreinar via USRP-users
Can you replace the DMA FIFO with a normal FIFO? The DMA FIFO is mostly used for continuous streaming-- it provides a data buffer using off-chip DRAM that smooths out any burstiness in the ethernet interface so there's no overflows/underruns-- but it should not be needed for your application. You

Re: [USRP-users] DMA FIFO latency with X310

2020-12-30 Thread Jorge Arroyo Giganto via USRP-users
Hi EJ, Yes, I tried replacing the DMA FIFO with a normal FIFO and the latency got a bit worse and more irregular (I'm guessing that's due to not smoothing that burstiness in the Ethernet interface with the DMA FIFO you mentioned). I have just tried your graph suggestion (Host -> FFT -> FIFO ->

Re: [USRP-users] USRP B210 UHD library installation issue

2020-12-30 Thread Marcus D. Leech via USRP-users
On 12/30/2020 03:54 PM, Ashutosh Singh wrote: Any update over it !! I'll point out that unless you need the latest UHD, Ubuntu 18.04 (Bionic) packages UHD already-- sudo apt-get install libuhd* Should do the trick without requiring the PPA.

Re: [USRP-users] USRP B210 UHD library installation issue

2020-12-30 Thread Marcus D Leech via USRP-users
Ettus R are aware of the issue. But it being Christmas break there likely won’t be any action for a couple of days. Sent from my iPhone > On Dec 30, 2020, at 3:54 PM, Ashutosh Singh > wrote: > >  > Any update over it !! > >> On Tue, Dec 29, 2020 at 6:28 PM Marcus D. Leech via USRP-users

Re: [USRP-users] USRP B210 UHD library installation issue

2020-12-30 Thread Ashutosh Singh via USRP-users
Any update over it !! On Tue, Dec 29, 2020 at 6:28 PM Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 12/29/2020 12:18 PM, Ashutosh Singh via USRP-users wrote: > > Hi , > I am trying to install the UHD libraries using binaries provided by Ettus > research following below