Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
fuss:libvirt [2018/01/19 23:37] – [Passing Plan 9 Permissions] officefuss:libvirt [2018/02/04 02:13] – [Speed-Up Virtualization using Virtio Drivers] office
Line 62: Line 62:
 ... ...
       <model type='virtio'/>       <model type='virtio'/>
-...+      <driver> 
 +        <host gso='off' tso4='off' tso6='off' ecn='off' ufo='off'/> 
 +        <guest tso4='off' tso6='off' ecn='off'/> 
 +      </driver>
     </interface>     </interface>
 </code> </code>
 +
 +The ''driver'' block ensures that various offload parameters are turned off for the host and guest which is deemed to be good practice for virtio interfaces on a bridge. Additionally, the bridge can be configured to turn off most of the offloading:
 +<code bash>
 +ethtool -K br0 tso off sg off ufo off gro off gso off
 +</code>
 +where:
 +  * ''br0'' is the bridge interface to which the virtio interfaces are added.
 +
 +
  
 ====== Speed-Up Virtualization using Multi-Queue VirtIO Networking ====== ====== Speed-Up Virtualization using Multi-Queue VirtIO Networking ======

fuss/libvirt.txt · Last modified: 2023/08/21 09:09 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.