Skip to content
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

A20-OLinuXino Linux uses kernel default qdisc #88

Open
androidcho opened this issue May 28, 2021 · 3 comments
Open

A20-OLinuXino Linux uses kernel default qdisc #88

androidcho opened this issue May 28, 2021 · 3 comments

Comments

@androidcho
Copy link

After some research I have found that the kernel's default "qdisc pfifo_fast" is used (or more likely not set).
It uses it for both the ETH interface of A20-LIME2 and the SocketCAN interface.
Setting "qdisc fq_codel" improved the ethernet link quality alot.
Setting "qdisc noqueue" for the CAN interface stopped it losing CAN frames.

@DanKoloff
Copy link
Contributor

DanKoloff commented May 28, 2021

Which Linux image did you use? One of the Olimage images?

@androidcho
Copy link
Author

Which Linux image did you use? One of the Olimage images?
To be precise:
A20-OLinuXino-buster-minimal-20210318-122357.img

@DanKoloff
Copy link
Contributor

Perfect, thanks for this info and sharing your experience and advice. I will point the developers to this note to look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants