[USRP-users] Re: DPDK with X310 and Intel X520-DA

2023-10-01 Thread Marcus D. Leech
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_

[USRP-users] Re: DPDK with X310 and Intel X520-DA

2023-10-01 Thread shaneflandermeyer
I should also add that I added ran into the periodic underruns problem described at the bottom of the page below, but the RT_RUNTIME_SHARE solution worked. https://kb.ettus.com/Getting_Started_with_DPDK_and_UHD ___ USRP-users mailing list -- usrp-users

[USRP-users] Re: DPDK with X310 and Intel X520-DA

2023-10-01 Thread shaneflandermeyer
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=50

[USRP-users] Re: DPDK with X310 and Intel X520-DA

2023-09-29 Thread David Raeman via USRP-users
Hi Shane, I've had success using DPDK with ~200Msps rates over a QSFP+ link to a USRP N320. I still have the uhd.conf file from that project but do not have the hardware on hand to try anything. One difference is that my uhd.conf used only underscores, not dashes. UHD's key matching in /host/l

[USRP-users] Re: DPDK with X310 and Intel X520-DA

2023-09-29 Thread Marcus D. Leech
On 29/09/2023 16:58, shaneflanderme...@gmail.com wrote: The XG image. Hmm.   So you may be missing some "DPDK Lore" that I haven't internalized (I don't use DPDK myself).  I don't see anything   in the UHD and DPDK documentation in the Ettus Knowledge Base that leaps out at me. But you may

[USRP-users] Re: DPDK with X310 and Intel X520-DA

2023-09-29 Thread shaneflandermeyer
The XG image. ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: DPDK with X310 and Intel X520-DA

2023-09-29 Thread Marcus D. Leech
On 29/09/2023 15:18, Shane Flandermeyer wrote: Hello all, I'm trying to configure my X310 to transmit at its full 200 MS/s rate without underflows. People have recommended DPDK, but it seems that DPDK can't find the X310 when I try to run scripts. I can use the X310 when I don't bind the NIC