<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body bgcolor="#FFFFFF" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Ernest,
<div><br>
</div>
<div>we have similar issues with IPoIB. To fix it we use VDSM hooks:</div>
<div><br>
</div>
<div># cat /usr/libexec/vdsm/hooks/before_vdsm_start/network.sh</div>
<div>...</div>
<div>
<div>ethtool -K ib0 tso off 2&gt;/dev/null</div>
<div>ethtool -K ib1 tso off 2&gt;/dev/null</div>
</div>
<div>...</div>
<div><br>
</div>
<div>Nevertheless this is similar to running self defined init scripts.</div>
<div>But at least I have a well defined location to put those fixes into.</div>
<div><br>
</div>
<div>Best regards.</div>
<div><br>
</div>
<div>Markus</div>
<div><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF475168" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>Von:</b> users-bounces@ovirt.org [users-bounces@ovirt.org]&quot; im Auftrag von &quot;Ernest Beinrohr [Ernest.Beinrohr@axonpro.sk]<br>
<b>Gesendet:</b> Mittwoch, 19. November 2014 13:27<br>
<b>An:</b> users<br>
<b>Betreff:</b> [ovirt-users] disabling generic-receive-offload (gro) and large-receive-offload ?<br>
</font><br>
</div>
<div></div>
<div>Hi, is there a way of setting eth parameters for hypervisors? My freebsd instance has terrible performance when these are enabled. Currently I run these on all hypervisors manually.<br>
<br>
<pre class="pre codeblock">ethtool –K vnet0 gro off
ethtool –K vnet2 gro off
ethtool –K vnet0 lro off
ethtool –K vnet2 lro off</pre>
<br>
as per: <a class="moz-txt-link-freetext" href="http://support.citrix.com/proddocs/topic/netscaler-vpx-10-5/ns-vpx-install-prereqkvm-ref.html" target="_blank">
http://support.citrix.com/proddocs/topic/netscaler-vpx-10-5/ns-vpx-install-prereqkvm-ref.html</a><br>
<br>
<div class="moz-signature">-- <br>
<div id="oernii_footer" style="color:gray"><span style="font-family:Lucida Console,Luxi Mono,Courier,monospace; font-size:90%">Ernest Beinrohr, AXON PRO<br>
<a href="http://www.beinrohr.sk/ing.php" style="text-decoration:none; color:gray" target="_blank">Ing</a>,
<a href="http://www.beinrohr.sk/rhce.php" style="text-decoration:none; color:gray" target="_blank">
RHCE</a>, <a href="http://www.beinrohr.sk/rhce.php" style="text-decoration:none; color:gray" target="_blank">
RHCVA</a>, <a href="http://www.beinrohr.sk/lpic.php" style="text-decoration:none; color:gray" target="_blank">
LPIC</a>, <a href="http://www.beinrohr.sk/vca.php" style="text-decoration:none; color:gray" target="_blank">
VCA</a>, <br>
&#43;421-2-62410360 &#43;421-903-482603 <br>
</span></div>
<img src="http://nojsstats.appspot.com/UA-44497096-1/email.beinrohr.sk" height="1" width="1" border="0">
</div>
</div>
</div>
</div>
</div>
</body>
</html>