Lines Matching refs:ethtool

22 Driver information can be obtained using ethtool and lspci.
90 ethtool section in Additional Features and Configurations
92 The driver utilizes the ethtool interface for driver configuration and
93 diagnostics, as well as displaying statistical information. The latest ethtool
95 https://kernel.org/pub/software/network/ethtool/
97 NOTE: The rx_bytes value of ethtool does not match the rx_bytes value of
101 rx_bytes as "X", then ethtool (hardware statistics) will display rx_bytes as
215 two-byte pattern and offset by using the ethtool user-def and mask fields. Only
224 characteristics. They are enabled through ethtool's ntuple interface. To enable
227 # ethtool -K <ethX> ntuple <off|on>
235 # ethtool -u <ethX>
239 # ethtool -U <ethX> flow-type <type> src-ip <ip> [m <ip_mask>] dst-ip <ip>
257 # ethtool -U <ethX> delete <N>
266 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \
271 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \
276 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \
285 # ethtool -U enp130s0 flow-type tcp4 src-ip 192.168.0.1 dst-ip 192.168.0.5
290 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.0.0 m 0.255.255.255 dst-ip
298 # ethtool -U enp130s0 flow-type ip4 src-ip 192.168.0.1 src-port 5300 action 7
299 # ethtool -U enp130s0 flow-type ip4 src-ip 192.168.0.5 src-port 55 action 10
304 # ethtool -U enp130s0 flow-type ip4 src-ip 192.168.0.1 src-port 5300 action 7
305 # ethtool -U enp130s0 flow-type ip4 dst-ip 192.168.0.5 src-port 55 action 10
318 This flexible data is specified using the "user-def" field of the ethtool
368 # ethtool -N <ethX> rx-flow-hash <type> <option>
404 - aRFS requires that ntuple filtering is enabled via ethtool.
413 - aRFS and ethtool's ntuple interface both use the device's Flow Director. aRFS
420 1. Enable the Intel Ethernet Flow Director and ntuple filters using ethtool.
424 # ethtool -K <ethX> ntuple on
454 To disable aRFS using ethtool::
456 # ethtool -K <ethX> ntuple off
587 NOTE: By default, the ethtool private flag vf-true-promisc-support is set to
592 # ethtool --set-priv-flags <ethX> vf-true-promisc-support on
629 # ethtool --set-priv-flags <ethX> mdd-auto-reset-vf on|off
689 ethtool utility. For the latest version, download and install ethtool from the
692 https://kernel.org/pub/software/network/ethtool/
696 # ethtool <ethX>
740 - You can enable and disable the firmware-based LLDP Agent using an ethtool
755 Use ethtool to change FW-LLDP settings. The FW-LLDP setting is per port and
760 # ethtool --set-priv-flags <ethX> fw-lldp-agent on
764 # ethtool --set-priv-flags <ethX> fw-lldp-agent off
768 # ethtool --show-priv-flags <ethX>
777 Ethernet Flow Control (IEEE 802.3x) can be configured with ethtool to enable
787 Use ethtool to change the flow control settings.
791 # ethtool -A <ethX> rx <on|off> tx <on|off>
807 this issue, disable and reenable LFC using ethtool::
809 # ethtool -A <ethX> rx off tx off
810 # ethtool -A <ethX> rx on tx on
849 # ethtool -K <ethX> rxvlan off
880 # ethtool -k <ethX>
897 # ethtool -K <ethX> tx-udp-segmentation [off|on]
1062 descriptors for each Rx ring using ethtool.
1067 # ethtool -S <ethX> | grep "rx_dropped"
1070 the number of descriptors using 'ethtool -G'::
1072 # ethtool -G <ethX> rx <N>
1083 control for specific workloads, via ethtool, adjusting the number of
1088 # ethtool -C <ethX> adaptive-rx off adaptive-tx off
1098 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80 tx-usecs 80
1103 using ethtool::
1105 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0 tx-usecs 0
1115 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off
1120 # ethtool --per-queue <ethX> queue_mask 0xa --show-coalesce
1128 independently of rx-usecs and tx-usecs in the same ethtool command, and is
1141 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs-high 20
1157 # ethtool -L <virt_interface> rx <max> tx <max>