Closed briancline closed 7 years ago
The readme suggests link speed and autonegotiation can be queried and set
Where exactly is this suggested?
It's in the intro section.
pethtool
allows for setting coalesce and ring parameters, see usage. Granted, this is fairly specific kernel settings and not exactly what the README says, so it should probably be changed.
@Sanqui Could you please update the README?
Thanks for clarifying a bit and for the quick responses. Are there any plans/desires for python-ethtool to support link speeds and auto-negotiation settings in the future?
We took the maintenance of ethtool because we need Python 3 support but unfortunately, we don't have enough time to extend functionalities.
But if you want to add something, feel free to open PR and we'll do a review of your changes. Any help will be very appreciated.
The readme suggests link speed and autonegotiation can be queried and set, but in a cursory glance throughout it doesn't appear this is implemented. I might be wrong though.
Can you provide an example showing how to query link speed and autonegotiation?