/linux/Documentation/translations/zh_CN/infiniband/ |
H A D | ipoib.rst | 50 在数据报模式下,使用IB UD(不可靠数据报)传输,因此接口MTU等于IB L2 MTU 51 减去IPoIB封装头(4字节)。例如,在一个典型的具有2K MTU的IB结构中,IPoIB 52 MTU将是2048 - 4 = 2044字节。 55 允许MTU达到最大的IP包大小64K,这减少了处理大型UDP数据包、TCP段等所需的 60 小的UD MTU。
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_xsk.sh | 115 MTU=1500 144 ip link set ${VETH1} mtu ${MTU} 145 ip link set ${VETH0} mtu ${MTU} 209 cleanup_iface ${ETH} ${MTU} 229 cleanup_iface ${ETH} ${MTU}
|
/linux/Documentation/infiniband/ |
H A D | ipoib.rst | 41 and so the interface MTU has is equal to the IB L2 MTU minus the 43 fabric with a 2K MTU, the IPoIB MTU will be 2048 - 4 = 2044 bytes. 47 transport and allows an MTU up to the maximal IP packet size of 64K, 55 networking stack to use the smaller UD MTU for these neighbours.
|
/linux/Documentation/networking/ |
H A D | netdevices.rst | 185 MTU chapter 187 Each network device has a Maximum Transfer Unit. The MTU does not 190 than the mtu. The MTU does not include link layer header overhead, so 191 for example on Ethernet if the standard MTU is 1500 bytes used, the 198 packets based on the current MTU. 200 MTU is symmetrical and applies both to receive and transmit. A device 202 the MTU. A network device may use the MTU as mechanism to size receive
|
H A D | udplite.rst | 159 The checksum computation respects both buffersize and MTU. The size 171 The precise value also depends on the interface MTU. The interface MTU, 180 MTU: 1500 bytes Coverage Length: 856 bytes 197 MTU: 300 bytes Coverage length: 575 bytes 207 header). According to the interface MTU, these are split into 4 IP 213 MTU of 1280 bytes and a write buffer of 3356 bytes. If the checksum 214 coverage is less than 1232 bytes (MTU minus IPv6/fragment header
|
H A D | representors.rst | 65 link up/down, MTU, etc. For instance, bringing the representor 252 Setting an MTU on the representor should cause that same MTU to be reported to 254 (On hardware that allows configuring separate and distinct MTU and MRU values, 255 the representor MTU should correspond to the representee's MRU and vice-versa.)
|
H A D | ipsec.rst | 27 MTU.
|
H A D | ieee802154.rst | 41 The IEEE 802.15.4 standard specifies an MTU of 127 bytes, yielding about 80 48 to support the IPv6 minimum MTU requirement [RFC2460], and stateless header
|
/linux/Documentation/networking/device_drivers/ethernet/netronome/ |
H A D | nfp.rst | 210 Configure interface Maximum Transmission Unit (MTU) 213 The MTU of interfaces can temporarily be set using the iproute2, ip link or 216 recommended as changes to the MTU using Network Manager can be made to 219 Set interface MTU to 9000 bytes:: 224 appropriate MTU values when handling jumbo frames or utilizing tunnels. For 226 egress a physical port, then the MTU of the VF should be set to lower than 229 the SmartNIC and the kernel then the user should also ensure that the PF MTU 338 * The packet Layer 3 length exceeds the device MTU.
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | fm10k.rst | 62 Jumbo Frames support is enabled by changing the Maximum Transmission Unit (MTU) 65 Use the ifconfig command to increase the MTU size. For example, enter the 76 permanent by adding 'MTU=9000' to the file: 81 NOTE: The maximum MTU setting for Jumbo Frames is 15342. This value coincides
|
H A D | idpf.rst | 55 Jumbo Frames support is enabled by changing the Maximum Transmission Unit (MTU) 58 Use the ip command to increase the MTU size. For example, enter the following 65 The maximum MTU setting for jumbo frames is 9706. This corresponds to the
|
H A D | igb.rst | 97 Jumbo Frames support is enabled by changing the Maximum Transmission Unit (MTU) 100 Use the ifconfig command to increase the MTU size. For example, enter the 111 permanent by adding 'MTU=9000' to the file: 116 NOTE: The maximum MTU setting for Jumbo Frames is 9216. This value coincides
|
H A D | e1000.rst | 198 on the MTU setting. The maximum MTU size is 16110. 201 MTU designates the frame size. It only needs to be set for Jumbo 397 Jumbo Frames support is enabled by changing the MTU to a value larger than 398 the default of 1500. Use the ifconfig command to increase the MTU size. 406 MTU=9000 419 - The maximum MTU setting for Jumbo Frames is 16110. This value coincides
|
H A D | ixgbe.rst | 413 Jumbo Frames support is enabled by changing the Maximum Transmission Unit (MTU) 416 Use the ifconfig command to increase the MTU size. For example, enter the 427 permanent by adding 'MTU=9000' to the file:: 432 NOTE: The maximum MTU setting for Jumbo Frames is 9710. This value coincides 441 function (PF). The VF MTU setting cannot be larger than the PF MTU.
|
H A D | e1000e.rst | 258 Jumbo Frames support is enabled by changing the Maximum Transmission Unit (MTU) 261 Use the ifconfig command to increase the MTU size. For example, enter the 272 permanent by adding 'MTU=9000' to the file: 277 NOTE: The maximum MTU setting for Jumbo Frames is 8996. This value coincides
|
/linux/drivers/net/arcnet/ |
H A D | arc-rawmode.c | 49 if (length > MTU) in rx() 135 } else if (length > MTU) { in prepare_tx()
|
/linux/Documentation/networking/device_drivers/ethernet/neterion/ |
H A D | s2io.rst | 55 a. Jumbo frames. Xframe I/II supports MTU up to 9600 bytes, 119 a. Set MTU to maximum(9000 for switch setup, 9600 in back-to-back configuration) 122 For instance, for MTU=1500 a value of 210K has been observed to result in 128 For MTU=9000, TCP window size of 10 MB is recommended::
|
/linux/Documentation/driver-api/mei/ |
H A D | mei.rst | 102 out_client_properties - Client Properties: MTU and Protocol Version. 114 max_msg_length (MTU) in client properties describes the maximum 115 data that can be sent or received. (e.g. if MTU=2K, can send 139 out_client_properties - Client Properties: MTU and Protocol Version.
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.c | 76 MTU, enumerator 120 case MTU: in hinic_dbg_get_func_table()
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | samsung-sxgbe.txt | 24 - max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
|
H A D | marvell-neta-bm.txt | 19 type is 'short'. For 'long' ones it would be overridden by port's MTU.
|
H A D | marvell-armada-370-neta.txt | 30 higher than 'short' pool's threshold (if set) and up to MTU value.
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | Kconfig | 20 connections, and then increase the interface MTU with
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 252 traffic. It might imply that the device MTU is larger than the software 258 larger than the MTU size. 598 size is larger than the MTU size. 953 peer connected to the adapter has a larger MTU configured. Using same MTU 958 - The number of dropped received packets due to length which exceed MTU 960 the peer connected to the adapter has a larger MTU configured. Using same 961 MTU configuration shall resolve this issue. 1008 MTU size on a physical port. 1014 implies that the peer connected to the adapter has a non-standard MTU 1022 non-standard MTU configured.
|
/linux/Documentation/networking/device_drivers/ethernet/amazon/ |
H A D | ena.rst | 238 MTU chapter 241 The driver supports an arbitrarily large MTU with a maximum that is 242 negotiated with the device. The driver configures MTU using the 243 SetFeature command (ENA_ADMIN_MTU property). The user can change MTU
|