safchain / ethtool

A simple ethtool "like" library for GO
Apache License 2.0
116 stars 69 forks source link

New methods (GetCoalesce, GetChannels). Switched to golang.org/x/sys from syscall #26

Closed damilola-bello closed 4 years ago

damilola-bello commented 5 years ago

Added methods to retrieve channels count, coalesce config params. Changed DriverInfo method to return an exported struct. Switched to golang.org/x/sys/unix from syscall. https://groups.google.com/forum/#!topic/golang-dev/cEASnHIXmLI package syscall is locked down and should only be called by internal packages, external packages should use golang.org/x/sys

@safchain - Can this be merged?

safchain commented 4 years ago

Sorry for the too long delay