]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: add options for disabling segment offloading
authorJán Tomko <jtomko@redhat.com>
Thu, 11 Sep 2014 10:56:31 +0000 (12:56 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 24 Sep 2014 14:16:45 +0000 (16:16 +0200)
commit5b3536ae90a27e6c83ad222e286f08856037c195
tree72cfdba5278beb8ce1e654c75a7b92f35a023865
parent8baf0f025f975267e3f9a3af71f69137130907b7
conf: add options for disabling segment offloading

Add options for tuning segment offloading:
<driver>
  <host csum='off' gso='off' tso4='off' tso6='off'
        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.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-disable-offloads.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c