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

KSZ9896 EEE is not disabled #92

Open
daisukes opened this issue May 26, 2023 · 0 comments
Open

KSZ9896 EEE is not disabled #92

daisukes opened this issue May 26, 2023 · 0 comments

Comments

@daisukes
Copy link

I have been using Jetson Mate, which has a KSZ9896 chip configured by the i2c driver.
I recently updated the driver for Linux kernel 5.10 but had problems with link drops.

According to the errata page 3, Energy Efficient Ethernet (EEE) feature select must be manually disabled. However, the driver does not disable EEE if the sw->features does not have the PTP_HW = BIT(31) flag.

if (!(sw->features & PTP_HW))
continue;

I don't have problems with link drops if I remove these lines.

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

1 participant