# # Utility for controlling network drivers and hardware. # # It can be used to: # # Get identification and diagnostic information. # Get extended device statistics. # Control speed, duplex, autonegotiation and flow control (Ethernet). # Control checksum offload and other hardware offload features. # Control DMA ring sizes and interrupt moderation. # Control receive queue selection for multiqueue devices. # Upgrade firmware in flash memory. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=ethtool pkgversion=6.1 arch=amd64 release=1 pkgcategory="networking" full_pkgname=ethtool_6.1_amd64-1@networking blurb="Utility for controlling network drivers and hardware." homepage="https://mirrors.edge.kernel.org/pub/software/network/ethtool/" license="GPLv2+" fetch="https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-6.1.tar.gz" replace=""