<div dir="ltr"><div>Hello everyone,<br><br></div>I would like to ask a question regarding to disable UFO of virtio vNIC in my guest. I have read the document at  <a href="https://libvirt.org/formatdomain.html" class="external-link" rel="nofollow" style="color:rgb(59,115,175);text-decoration:none">https://libvirt.org/formatdomain.html</a> <p style="margin:10px 0px 0px"><br></p> <p style="margin:10px 0px 0px"><b>host</b></p> <p style="margin:10px 0px 0px">The csum, gso, tso4, tso6, ecn and ufo attributes
 with possible values on and off can be used to turn off host offloading
 options. By default, the supported offloads are enabled by QEMU. <b><em>Since 1.2.9 (QEMU only)</em></b> The mrg_rxbuf attribute
 can be used to control mergeable rx buffers on the host side. Possible 
values are on (default) and off. <b><em>Since 1.2.13 (QEMU only)</em></b></p> <p style="margin:10px 0px 0px"><b>guest</b></p> <p style="margin:10px 0px 0px">The csum, tso4, tso6, ecn and ufo attributes
 with possible values on and off can be used to turn off guest 
offloading options. By default, the supported offloads are enabl</p><p style="margin:10px 0px 0px">ed by 
QEMU. <b><em>Since 1.2.9 (QEMU only)<br></em></b></p><p style="margin:10px 0px 0px"><em></em><br></p><p style="margin:10px 0px 0px">Then I disabled UFO on my vNIC on guest as the following configuration<br></p><p style="margin:10px 0px 0px"><devices></p> <p style="margin:10px 0px 0px">  <interface type='network'></p> <p style="margin:10px 0px 0px">    <source network='default'/></p> <p style="margin:10px 0px 0px">    <target dev='vnet1'/></p> <p style="margin:10px 0px 0px">    <model type='virtio'/></p> <p style="margin:10px 0px 0px">   
 <driver name='vhost' txmode='iothread' ioeventfd='on' 
event_idx='off' queues='5' rx_queue_size='256' tx_queue_size='256'></p> <p style="margin:10px 0px 0px">      <b><host gso='off' ufo='off' /></b></p> <p style="margin:10px 0px 0px">      <b><guest ufo='off'/></b></p> <p style="margin:10px 0px 0px">    </driver></p> <p style="margin:10px 0px 0px">   </p> <p style="margin:10px 0px 0px">  </interface></p> <p style="margin:10px 0px 0px"></devices></p><p style="margin:10px 0px 0px"><br></p><p style="margin:10px 0px 0px">Then I reboot my node to get the change effect and it works. However, can I disable the UFO without touching the host OS? or it always has to disable on both host and guest like that?</p><p style="margin:10px 0px 0px"><br></p><p style="margin:10px 0px 0px">Thanks,</p><p style="margin:10px 0px 0px">Brs,</p><p style="margin:10px 0px 0px">Natsu<br></p><p style="margin:10px 0px 0px"><br></p><p style="margin:10px 0px 0px"> </p></div>