<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>True! But in some point of the network it may be necessary to make the MTU 1500. For example, if your data need to cross the Internet. The border router in between your LAN and the Internet will have to fragment a large frame back to a normal one to send
 it over the Internet. This router will just &quot;die&quot; if you have a heavy load. <br>
</p>
<br>
Moacir<br>
<br>
<div style="color: rgb(49, 55, 57);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Fabrice Bacchella &lt;fabrice.bacchella@orange.fr&gt;<br>
<b>Sent:</b> Tuesday, August 8, 2017 12:23 PM<br>
<b>To:</b> Moacir Ferreira<br>
<b>Cc:</b> users@ovirt.org<br>
<b>Subject:</b> Re: [ovirt-users] Users Digest, Vol 71, Issue 37</font>
<div>&nbsp;</div>
</div>
<div><br class="">
<div>
<blockquote type="cite" class="">
<div class="">Le 8 août 2017 à 11:49, Moacir Ferreira &lt;<a href="mailto:moacirferreira@hotmail.com" class="">moacirferreira@hotmail.com</a>&gt; a écrit :</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" dir="ltr" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; font-family:Calibri,Helvetica,sans-serif">
<div class="" style="margin-top:0px; margin-bottom:0px">This is by far more complex. A good NIC will have an offload engine (LSO - Large Segment Offload) and, if so, the NIC driver will report a MTU of 64K to the IP stack. The IP stack will then send data to
 the NIC as if the MTU were 64K and the NIC will fragment it to the size of the &quot;declared&quot; MTU on the interface so PMTUD will not be efficient in such scenario. If all this takes place in the server, then you get no problem. But if a standard router is configured
 to support 9K jumbo frame in one interface (i.e.: LAN connection) and 1500 in another (i.e.: WAN connection) then the router will be responsible for the fragmentation.</div>
</div>
</div>
</blockquote>
<br class="">
</div>
<div>That's happen only if the bit don't fragment is not set, otherwise router are not allowed to do that and send back a &quot;packet to big&quot; ICMP, it's called path mtu discovery. To my knowledge, it's usually set, and even mandatory on IPv6.</div>
<br class="">
</div>
</div>
</div>
</body>
</html>