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

Get channel information using ethtool-over-netlink #53

Open
dankamongmen opened this issue Apr 28, 2023 · 0 comments
Open

Get channel information using ethtool-over-netlink #53

dankamongmen opened this issue Apr 28, 2023 · 0 comments
Assignees
Labels
enhancement new functionality
Milestone

Comments

@dankamongmen
Copy link
Owner

In recent kernels with the CONFIG_ETHTOOL_NETLINK kernel option enabled, one can retrieve (and even set) information using netlink that once required the grotesque ethtool ioctl(2)s. Go ahead and add netlink ethtool support, starting with channel information (ETHTOOL_A_CHANNELS_GET) ala the old ETHTOOL_GCHANNELS ioctl.

More information is available here

@dankamongmen dankamongmen self-assigned this Apr 28, 2023
@dankamongmen dankamongmen added this to the 0.8.0 milestone Apr 28, 2023
@dankamongmen dankamongmen added the enhancement new functionality label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new functionality
Projects
None yet
Development

No branches or pull requests

1 participant