Lines Matching refs:ethtool
14 - Supported ethtool options
57 ethtool section in Configuration
59 The driver utilizes the ethtool interface for driver configuration and
61 ethtool version is required for this functionality.
67 Supported ethtool options
75 ethtool <ethX>
114 ethtool -s eth0 autoneg off speed 2500
121 ethtool -i <ethX>
142 ethtool -S <ethX>
195 ethtool -c <ethX>
199 ethtool -C <ethX> tx-usecs <usecs> rx-usecs <usecs>
203 ethtool -C <ethX> tx-usecs 0 rx-usecs 0 tx-max-frames 1 tx-max-frames 1
210 ethtool -s <ethX> wol g
214 ethtool -s <ethX> wol d
223 ethtool -s <ethX> msglvl <level>
250 ethtool <ethX> | grep "Current message level"
254 ethtool -s <ethX> msglvl 0
266 The driver utilizes the ethtool interface for configuring ntuple filters,
267 via ``ethtool -N <device> <filter>``.
271 ethtool -K ethX ntuple <on|off>
292 …ethtool -N <ethX> flow-type udp4 src-ip 10.0.0.1 dst-ip 10.0.0.2 src-port 2000 dst-port 2001 actio…
306 …sudo ethtool -N <ethX> flow-type tcp6 src-ip 2001:db8:0:f101::1 dst-ip 2001:db8:0:f101::2 action 1…
307 …sudo ethtool -N <ethX> flow-type ip6 src-ip 2001:db8:0:f101::2 dst-ip 2001:db8:0:f101::5 action -1…
311 …sudo ethtool -N <ethX> flow-type udp4 src-ip 10.0.0.4 dst-ip 10.0.0.7 src-port 2000 dst-port 2001 …
312 …sudo ethtool -N <ethX> flow-type tcp4 src-ip 10.0.0.3 dst-ip 10.0.0.9 src-port 2000 dst-port 2001 …
313 sudo ethtool -N <ethX> flow-type ip4 src-ip 10.0.0.6 dst-ip 10.0.0.4 loc 34
327 ethtool -N <ethX> flow-type ip4 vlan 2001 m 0xF000 action 1 loc 0
338 ethtool -N <ethX> flow-type ether proto 0x800 vlan 0x600 m 0x1FFF action 3 loc 16
342 ethtool <-u|-n|--show-nfc|--show-ntuple> <ethX>
346 sudo ethtool <-N|-U|--config-nfc|--config-ntuple> <ethX> delete <loc>
364 ethtool -N eth0 flow-type udp4 action 0 loc 32
380 ethtool -K eth0 tx-udp-segmentation on
387 $ ethtool --show-priv-flags ethX
398 $ ethtool --set-priv-flags ethX DMASystemLoopback on
446 ITR settings could be changed in runtime by ethtool -c means (see below)