You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally, and non-deterministically, I see the following warning:
[WARNING] [RFNOC::GRAPH] One or more blocks timed out during flush!
The weird part is that it happens during uhd_usrp_probe, i.e. nowhere in any code written by me. I see that this warning pops up for other people as well, but I couldn't find any resource properly explaining why or how one could fix it.
Setup Details
Usrp x310 (2954R), Ubuntu 20.04 (kernel 5.15.0-113-generic), XG FPGA image flavor, X520-DA2 10G Ethernet Card, Uhd version: 4.7.0.0-0ubuntu1~focal1. All performance tips were followed (CPU governor, thread priority, MTU size, network buffer sizes, ring buffer sizes, and disabling KPTI protections)
Thanks for reporting. As far as I can tell, this warning can normally be safely ignored. But we need to look into this more to see if the warning can be removed or if the flush mechanism needs to be improved.
Issue Description
Occasionally, and non-deterministically, I see the following warning:
The weird part is that it happens during
uhd_usrp_probe
, i.e. nowhere in any code written by me. I see that this warning pops up for other people as well, but I couldn't find any resource properly explaining why or how one could fix it.Setup Details
Usrp x310 (2954R), Ubuntu 20.04 (kernel 5.15.0-113-generic), XG FPGA image flavor, X520-DA2 10G Ethernet Card, Uhd version: 4.7.0.0-0ubuntu1~focal1. All performance tips were followed (CPU governor, thread priority, MTU size, network buffer sizes, ring buffer sizes, and disabling KPTI protections)
Expected Behavior
No timeouts.
Actual Behaviour
Sometimes blocks timing out (see logs at the end)
Steps to reproduce the problem
Run
uhd_usrp_probe
a few times.Additional Information
Full output of
uhd_usrp_probe
:The text was updated successfully, but these errors were encountered: