/Linux-v5.4/Documentation/networking/device_drivers/aquantia/ |
D | atlantic.txt | 10 - Supported ethtool options 48 ethtool 50 The driver utilizes the ethtool interface for driver configuration and 52 ethtool version is required for this functionality. 58 Supported ethtool options 62 ethtool <ethX> 98 ethtool -s eth0 autoneg off speed 2500 102 ethtool -i <ethX> 120 ethtool -S <ethX> 171 ethtool -c <ethX> [all …]
|
/Linux-v5.4/Documentation/networking/device_drivers/intel/ |
D | igbvf.rst | 27 Driver information can be obtained using ethtool, lspci, and ifconfig. 28 Instructions on updating ethtool can be found in the section Additional 44 ethtool section in Additional Features and Configurations 46 The driver utilizes the ethtool interface for driver configuration and 47 diagnostics, as well as displaying statistical information. The latest ethtool 50 https://www.kernel.org/pub/software/network/ethtool/
|
D | e100.rst | 60 ethtool -G eth? rx n 72 ethtool -G eth? tx n 78 default. The ethtool utility can be used as follows to force speed/duplex.:: 80 ethtool -s eth? autoneg off speed {10|100} duplex {full|half} 90 ethtool -s eth? msglvl n 131 ethtool section in Additional Configurations 134 The driver utilizes the ethtool interface for driver configuration and 135 diagnostics, as well as displaying statistical information. The ethtool 138 The latest release of ethtool can be found from 139 https://www.kernel.org/pub/software/network/ethtool/ [all …]
|
D | i40e.rst | 21 Driver information can be obtained using ethtool, lspci, and ifconfig. 22 Instructions on updating ethtool can be found in the section Additional 100 NOTE: By default, the ethtool priv-flag vf-true-promisc-support is set to 105 #ethtool -set-priv-flags p261p1 vf-true-promisc-support on 140 user-defined flexible two-byte pattern and offset by using the ethtool user-def 147 # ethtool -K ethX ntuple <on|off> 155 # ethtool -N ethX flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 160 # ethtool -N ethX flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 165 # ethtool <-u|-n> ethX 172 Director rule is added from ethtool (Sideband filter), ATR is turned off by the [all …]
|
D | ixgbe.rst | 45 to the same Speed setting via ethtool. Results may vary if you mix speed 282 Ethernet Flow Control (IEEE 802.3x) can be configured with ethtool to enable 292 Use ethtool to change the flow control settings. To enable or disable Rx or 295 ethtool -A eth? rx <on|off> tx <on|off> 303 ethtool -s eth? autoneg <on|off> 325 #ethtool -N eth11 flow-type ip4 src-ip 172.4.1.2 m 255.0.0.0 dst-ip \ 334 # ethtool -K ethX ntuple <on|off> 342 # ethtool -N ethX flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 347 # ethtool <-u|-n> ethX 352 characteristics. They are enabled through ethtool's ntuple interface. To add a [all …]
|
D | iavf.rst | 63 ethtool section in Additional Features and Configurations 65 The driver utilizes the ethtool interface for driver configuration and 66 diagnostics, as well as displaying statistical information. The latest ethtool 68 https://www.kernel.org/pub/software/network/ethtool/ 81 # ethtool -K <if_name> rxvlan on/off 85 # ethtool --offload <if_name> rxvlan on/off 185 Setting up channels via ethtool (ethtool -L) is not supported when the 190 # ethtool -K <interface> hw-tc-offload on 199 - Setting up channels via ethtool (ethtool -L) is not supported when the TCs 272 # ethtool -r <PF>
|
/Linux-v5.4/Documentation/networking/device_drivers/microsoft/ |
D | netvsc.txt | 26 For TCP & UDP, we can switch hash level between L3 and L4 by ethtool 36 ethtool -N eth0 rx-flow-hash udp4 sdfn 38 ethtool -N eth0 rx-flow-hash udp4 sd 40 ethtool -n eth0 rx-flow-hash udp4 53 later. It may be changed by ethtool command: 54 ethtool -K eth0 lro on 55 ethtool -K eth0 lro off 78 via ethtool Rx ring parameters.
|
/Linux-v5.4/Documentation/networking/device_drivers/freescale/ |
D | gianfar.txt | 14 packets. Use ethtool to enable or disable this feature for RX 40 The gianfar driver supports the use of ethtool for many 41 configuration options. You must run ethtool only on currently 42 open interfaces. See ethtool documentation for details.
|
D | dpaa.txt | 151 ethtool. Also, rx-flow-hash and rx-hashing was added. The addition of RSS 204 RSS can be turned off for a certain interface using ethtool, i.e. 206 # ethtool -N fm1-mac9 rx-flow-hash tcp4 "" 210 # ethtool -N fm1-mac9 rx-flow-hash udp4 sfdn 219 on or off through ethtool, i.e.: 221 # ethtool -K fm1-mac9 rx-hashing off 222 # ethtool -k fm1-mac9 | grep hash 224 # ethtool -K fm1-mac9 rx-hashing on 227 # ethtool -k fm1-mac9 | grep hash 232 rx-hashing (without ethtool reporting it as off as that depends on the [all …]
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_xdp_vlan.sh | 136 which ethtool > /dev/null 162 ip netns exec ns1 ethtool -K veth1 rxvlan off 163 ip netns exec ns2 ethtool -K veth2 rxvlan off 166 ip netns exec ns2 ethtool -K veth2 txvlan off 167 ip netns exec ns1 ethtool -K veth1 txvlan off
|
/Linux-v5.4/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ethtool.c | 82 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce() 83 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce() 110 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce() 111 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
|
/Linux-v5.4/Documentation/networking/device_drivers/chelsio/ |
D | cxgb.txt | 38 The interface used to control this feature is ethtool. Please see the 39 ethtool manpage for additional usage information. 44 ethtool -C <interface> adaptive-rx on 46 To disable adaptive-rx, use ethtool: 48 ethtool -C <interface> adaptive-rx off 53 ethtool -C <interface> rx-usecs <microseconds> 57 ethtool -C eth0 rx-usecs 100 61 ethtool -C <interface> adaptive-rx off rx-usecs <microseconds> 69 ethtool -c <interface> 79 The interface used to control this feature is ethtool version 1.8 or higher. [all …]
|
/Linux-v5.4/Documentation/networking/device_drivers/neterion/ |
D | s2io.txt | 36 To associate an interface with a physical adapter use "ethtool -p <ethX>". 56 using "ethtool -S" option. 115 b. Ensure Transmit Checksum offload is enabled. Use ethtool to set/verify this 117 c. Turn on TSO(using "ethtool -K") 118 # ethtool -K <ethX> tso on 127 c. Ensure Receive Checksum offload is enabled. Use "ethtool -K ethX" command to
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs_ethtool.c | 75 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table() 81 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table() 86 eth_ft = &priv->fs.ethtool.l2_ft[prio]; in get_flow_table() 375 struct list_head *head = &priv->fs.ethtool.rules; in add_rule_to_list() 377 list_for_each_entry(iter, &priv->fs.ethtool.rules, list) { in add_rule_to_list() 382 priv->fs.ethtool.tot_num_rules++; in add_rule_to_list() 459 priv->fs.ethtool.tot_num_rules--; in del_ethtool_rule() 469 list_for_each_entry(iter, &priv->fs.ethtool.rules, list) { in find_ethtool_rule() 743 list_for_each_entry(eth_rule, &priv->fs.ethtool.rules, list) { in mlx5e_ethtool_get_flow() 776 list_for_each_entry_safe(iter, temp, &priv->fs.ethtool.rules, list) in mlx5e_ethtool_cleanup_steering() [all …]
|
/Linux-v5.4/tools/testing/selftests/net/forwarding/ |
D | loopback.sh | 43 ethtool -K $h1 loopback on 53 ethtool -K $h1 loopback off
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | netdevice.sh | 108 ethtool --version 2>/dev/null >/dev/null 120 ethtool -k "$netdev" > "$TMP_ETHTOOL_FEATURES"
|
/Linux-v5.4/drivers/net/ethernet/atheros/alx/ |
D | Makefile | 3 alx-objs := main.o ethtool.o hw.o
|
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
D | Makefile | 11 ethtool.o \
|
/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ |
D | Makefile | 10 dpaa2-ethsw-objs := ethsw.o ethsw-ethtool.o dpsw.o
|
/Linux-v5.4/drivers/net/ethernet/neterion/vxge/ |
D | Makefile | 8 vxge-objs := vxge-config.o vxge-traffic.o vxge-ethtool.o vxge-main.o
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
D | Makefile | 11 ethtool.o \
|
/Linux-v5.4/drivers/net/ethernet/apm/xgene-v2/ |
D | Makefile | 6 xgene-enet-v2-objs := main.o mac.o enet.o ring.o mdio.o ethtool.o
|
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
D | Makefile | 12 param.o ethtool.o netdev.o ptp.o
|
/Linux-v5.4/drivers/net/ethernet/qualcomm/emac/ |
D | Makefile | 8 qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o emac-ethtool.o \
|
/Linux-v5.4/drivers/net/ethernet/synopsys/ |
D | Makefile | 9 dwc-xlgmac-ethtool.o
|