Home
last modified time | relevance | path

Searched refs:MTU (Results 1 – 25 of 67) sorted by relevance

123

/linux/Documentation/translations/zh_CN/infiniband/
A Dipoib.rst50 在数据报模式下,使用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/
A Dtest_xsk.sh99 MTU=1500
114 ip netns exec ${NS1} ip link set ${VETH1} mtu ${MTU}
115 ip link set ${VETH0} mtu ${MTU}
/linux/Documentation/infiniband/
A Dipoib.rst41 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/
A Dnetdevices.rst185 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
A Dudplite.rst159 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
A Dipsec.rst27 MTU.
A Dieee802154.rst41 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/intel/
A Dfm10k.rst62 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
A Dixgb.rst123 depending on the MTU setting. When the MTU size is 1500 or less, the
124 receive buffer size is 2048 bytes. When the MTU is greater than 1500 the
126 maximum MTU size is 16114.
240 # set the MTU (max transmission unit) - it requires your switch and clients
343 enabled by changing the MTU to a value larger than the default of 1500.
344 The maximum value for the MTU is 16114. Use the ip command to
345 increase the MTU size. For example::
349 The maximum MTU setting for Jumbo Frames is 16114. This value coincides
A Digb.rst97 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
A De1000.rst198 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
A Dixgbe.rst413 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.
A De1000e.rst258 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/Documentation/networking/device_drivers/ethernet/neterion/
A Ds2io.rst55 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/
A Dmei.rst102 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/arcnet/
A Darc-rawmode.c49 if (length > MTU) in rx()
135 } else if (length > MTU) { in prepare_tx()
A Drfc1051.c229 } else if (length > MTU) { in prepare_tx()
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_debugfs.c76 MTU, enumerator
117 case MTU: in hinic_dbg_get_func_table()
/linux/Documentation/networking/device_drivers/ethernet/amazon/
A Dena.rst223 MTU chapter
226 The driver supports an arbitrarily large MTU with a maximum that is
227 negotiated with the device. The driver configures MTU using the
228 SetFeature command (ENA_ADMIN_MTU property). The user can change MTU
/linux/Documentation/devicetree/bindings/net/
A Dmarvell-neta-bm.txt19 type is 'short'. For 'long' ones it would be overridden by port's MTU.
A Dsamsung-sxgbe.txt24 - max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
A Dmarvell-armada-370-neta.txt29 higher than 'short' pool's threshold (if set) and up to MTU value.
/linux/drivers/infiniband/ulp/ipoib/
A DKconfig20 connections, and then increase the interface MTU with
/linux/drivers/staging/qlge/
A DTODO1 * commit 7c734359d350 ("qlge: Size RX buffers based on MTU.", v2.6.33-rc1)
/linux/net/sctp/
A DKconfig25 -- data fragmentation to conform to discovered path MTU size,

Completed in 35 milliseconds

123