Skip to content

Ethernet Adapter Compatibility for connection.port_link test #1014

Description

@duncangreene

What is the problem your feature is trying to solve?
When running some testing recently I encountered issue #977. This was caused by the Ethernet adapter of choice not outputting tx_errors and rx_errors in ethtool. I have noticed that several Ethernet adapters (both onboard and USB) do not offer these values in ethtool (only the middle one does below)...

Image

...however they all offer tx and rx error stats in ifconfig.

Image

Describe the solution you think would solve the problem
Potentially consider options below.

  1. Adopt ifconfig for the relevant stats, which appears to be more universal.
  2. Conduct an ethtool check when an adapter is chosen in Settings > Device Port, to see whether the adapter of choice is compatible before testing can take place (and produce warning if not).

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions