-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OVC3 jumbo frames may cause instabilities #53
Comments
Interesting, never noticed it before. I remember setting that number as high as possible since the lower it was the lower the performance of the USB ethernet was. |
Hi @luca-della-vedova. Yes, I also noticed that this behavior depends significantly on the computer the OVC is connected to. I have observed that some computers are able to communicate and transmit simple messages, such as ssh commands (less than MTU?). But things get unstable when we start transmitting images and the connection just hangs. As you suggested, it may be interesting to get some benchmarks on this issue. |
Hi @fcladera I was probing around the documentation of the Xilinx tools and found out that in the 2021.1 version of the tools released just a few weeks ago, I saw that in the changelog (under Linux kernel bugfixes) there is an entry: I wonder if it could help, upgrading the tools to 2021.1 would bring that fix in but if that is too daunting it should be possible to just get the relevant patch and add it to the kernel compilation recipe in the petalinux project |
Documenting the issue so I don't forget to look into it.
OVC3 is currently configured to use jumbo frames in its ethernet interface:
This can cause some instabilities: the interface stops sending data in an unpredictable way. Commenting this line solves the issue.
The text was updated successfully, but these errors were encountered: