I should have updated this chain a bit ago. But I managed to solve the issue a 
few days ago.

I managed to get it to work and there is a few things that went wrong that when 
I fixed the problem was solved…

It is mentioned in the tutorials that the “uhd.conf” file needs to specify 
exactly the amount of ports being used to stream data. Well additionally, you 
need to specify no “extra” cores. For example, if you are using 1 QSFP port for 
data streaming, you may use “dpdk_corelist=2,3”, then use “dpdk_lcore=3” for 
the first address.

Secondly, and I am not immediately at my desk to test this, but I have a 
suspicion that the order of the arguments matter. “mgmt_addr” must be specified 
prior to “addr”. Also, it helps to define the RF-45 port statically.

Hope this helps. Here is an example of a command that worked.

./benchmark_rate --rx_rate 245.76e6 --rx_channels 0 --tx_rate 245.76e6 
--tx_channels 0 --args "mgmt_addr=192.168.1.184,addr=192.168.10.2,use_dpdk=1"
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to