]> git.ipfire.org Git - thirdparty/lldpd.git/commit
priv: explain why we don't use ethtool
authorVincent Bernat <vincent@bernat.ch>
Fri, 30 Apr 2021 09:03:14 +0000 (11:03 +0200)
committerVincent Bernat <vincent@bernat.ch>
Fri, 30 Apr 2021 09:03:14 +0000 (11:03 +0200)
commit3765d7ff8554b0d34c5da338eabecefc3c30c865
tree7350f324a93203a1e594b168dd3597e637bdf29e
parenta74fd8ca9c02fc0eb81f7a219b2bb657cac25ca2
priv: explain why we don't use ethtool

I have tested on a few servers I have access to and none of them
supported the use of this ethtool command. So, keep using sysfs
instead (with the drawback that 1. debugfs should be mounted, 2. we
need to tell systemd we want to tune through sysfs).
src/daemon/priv-linux.c