You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, libc does not provide bindings for the ethtool syscalls
from linux/ethtool.h.
This module contains lots of different syscalls. For the project I'm working on
we need the ETHTOOL_GCOALESCE and ETHTOOL_SCOALESCE syscalls.
I can create a PR for these subset later if desired.