On 01/10/2023 10:21, shaneflanderme...@gmail.com wrote:

Thank you! This was my problem.


For anyone looking at this in the future, the configuration file that made this work looks like:

|[use_dpdk=1] dpdk_mtu=9000 dpdk_driver=/usr/lib/x86_64-linux-gnu/dpdk/pmds-22.0 dpdk_corelist=0,1 dpdk_num_mbufs=8192 dpdk_mbuf_cache_size=512 dpdk_link_timeout=5000 [dpdk_mac=90:e2:ba:dd:5b:cc] dpdk_lcore = 1 dpdk_ipv4 = 192.168.30.1/24 dpdk_num_desc = 2048 |

_______________________________________________
USRP-users mailing list --usrp-users@lists.ettus.com
To unsubscribe send an email tousrp-users-le...@lists.ettus.com
Interesting.   What this means is that the config parser library used by UHD either doesn't raise an error for improperly-formed   symbols, or it allows "-" in a symbol-name.    In either case, UHD would not have seen any of the symbols from the config file
  that it's interested in, and proceeded with defaults.

_______________________________________________
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