5b3536a conf: add options for disabling segment offloading

Authored and Committed by Ján Tomko 9 years ago
    conf: add options for disabling segment offloading
    
    Add options for tuning segment offloading:
    <driver>
      
            ecn='off' ufo='off'/>
      <guest csum='off' tso4='off' tso6='off' ecn='off' ufo='off'/>
    </driver>
    which control the respective host_ and guest_ properties
    of the virtio-net device.
    
        
file modified
+23 -1
file modified
+65 -1
file modified
+212 -6
file modified
+15 -0
file modified
+1 -0