-
Notifications
You must be signed in to change notification settings - Fork 8
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
SET commands #9
Comments
My use case only require GET, but I think it should be simple to have SET support. Which part of ethtool you need for SET? |
In particular - rings and channels (#8). But for consistence, all currently implemented GET commands. |
I also needs SET for rings and channels, I'm currently working on it. The default value of rings and channels are not optimized for far speed ethernet cards, especially for 10GbE ethernet cards or more.
|
I found many issues with the netlink interface of ethtool, especially on virtual machines. Sometimes I cannot even get. I've switched to ioctl interface. |
Hi,
Why this crate implement GET commands only and not SET?
The text was updated successfully, but these errors were encountered: