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

ethernet T5311: Connection issues packet loss, network down with Inte… #366

Closed
wants to merge 1 commit into from

Conversation

cuongdt1994
Copy link
Contributor

@cuongdt1994 cuongdt1994 commented Jun 23, 2023

Many issues with Intel Ethernet I225-V and I226 from here report:

https://www.reddit.com/r/intel/comments/11nofam/intel_i225v_rev_3_issues/

Method fix:

Intel recently announced that the only way to solve connection issues with I225-V is disabling EEE (Energy-Efficient Ethernet mode)

Change Summary

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):

Related Task(s)

Component(s) name

Proposed changes

How to test

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

…l I225-V and I226

Many issues with Intel Ethernet I225-V and I226 from here report:

https://www.reddit.com/r/intel/comments/11nofam/intel_i225v_rev_3_issues/

Method fix:

Intel recently announced that the only way to solve connection issues with I225-V is disabling EEE (Energy-Efficient Ethernet mode)
@vyosbot vyosbot requested review from a team, dmbaturin, sarthurdev, zdc, jestabro, sever-sever and c-po and removed request for a team June 23, 2023 22:46
@c-po
Copy link
Member

c-po commented Aug 17, 2023

Is there an idea/chance that this can be upstreamed? EEE in a router makes little sense I guess, but we also try to avoid adding too much custom patches to the Kernel.

@zdc
Copy link
Contributor

zdc commented Aug 24, 2023

Any reasons why normal EEE disabling does not work?

ethtool --set-eee ethX eee off

@c-po c-po added the current label Sep 15, 2023
@c-po c-po added the on-hold label Dec 21, 2023
@dmbaturin
Copy link
Member

There's no feedback from the PR author, so I'll close this for now — but feel free to reopen if anything new appears.

We may also want to add EEE settings to the CLI.

@dmbaturin dmbaturin closed this Dec 21, 2023
@c-po
Copy link
Member

c-po commented Dec 25, 2023

See vyos/vyos-1x#2689

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants