X310运行gnuradio 报错

WARN: [ERROR] [STREAMERUSRP Source Block caught rx error code: 15] The receive packet handler caught a value exception.
ValueError: Bad CHDR or packet fragment

[ERROR] [RX FLOW CTRL] Error unpacking packet: ValueError: Bad CHDR or packet fragment

[ERRORWARN: ] [STREAMER] The receive packet handler caught a value exception.
ValueError: Bad CHDR or packet fragment
USRP Source Block caught rx error code: 15

解决方案:

X310:1GigE接口时设置MTU为1500.

    10GigE接口时设置MTU为9000.

参考链接:

Set the MTU to 1500 and that fixed it, thanks for the help!
 
原文地址:https://www.cnblogs.com/jsdy/p/12187859.html