Displaying Information ---------------------- | Command | Description | | --- | --- | | `ethtool ` | Display information about a specific network interface | | `ethtool -i ` | Display driver information | | `ethtool -a ` | Display all settings | | `ethtool -k ` | Display offload settings | | `ethtool -c ` | Display coalescing settings | | `ethtool -g ` | Display ring buffer settings | | `ethtool -l ` | Display large receive offload settings | | `ethtool -S ` | Display statistics | | `ethtool -t ` | Test the network interface for offloading capabilities | | `ethtool -T ` | Display time stamping settings | | `ethtool -x ` | Display channel settings | | `ethtool -P ` | Display permanent MAC address | | `ethtool -N ` | Display offload settings | | `ethtool -u ` | Display bus information | | `ethtool -d ` | Display register dump | | `ethtool -g ` | Display ring buffer settings | Setting Parameters ------------------ | Command | Description | | --- | --- | | `ethtool -G ` | Set ring buffer settings | | `ethtool -L ` | Set large receive offload settings | | `ethtool -A ` | Set pause parameters | | `ethtool -C ` | Set coalescing settings | | `ethtool -K ` | Set offload settings | | `ethtool -N ` | Set offload settings | | `ethtool -p ` | Blink the LED on the network interface | | `ethtool -r ` | Reset the network interface |