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

linux driver polling mode not init #62

Open
Chgavilana opened this issue Feb 18, 2021 · 1 comment
Open

linux driver polling mode not init #62

Chgavilana opened this issue Feb 18, 2021 · 1 comment

Comments

@Chgavilana
Copy link

Hi:
When you use liteeth without interruption pin, linux driver use platform_get_irq and if this doesn't exits, set polling mode. With last updates, liteeth set a IRQ, and then polling mode still inactive and devices can get network (board that use Ethernet interface without interruption pin). I set by code use_polling flag over linux driver and network works again.

Over linux driver you need to update the condition to set polling mode or define a register, but this need to be discussed over #60

@rdolbeau
Copy link

@enjoy-digital I re-discovered the same issue; setting polling mode in Linux solved my ethernet problem as well - I can connect via SSH, do a NFS mount and so on whereas without polling mode Linux never received any packet.

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

No branches or pull requests

3 participants