]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Add mrg_rxbuf option to virtio interfaces
authorJán Tomko <jtomko@redhat.com>
Fri, 6 Feb 2015 14:35:57 +0000 (15:35 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 13 Feb 2015 11:31:38 +0000 (12:31 +0100)
commit6067182b0d50202a53db610bedfe89b6a7c133f3
tree4bc8d6a2defe2483a4e8267afcc6fd5a1d68b65a
parente008a03324c6ec3769ffd71d4098dc4762042c95
Add mrg_rxbuf option to virtio interfaces

Add an XML attribute to allow disabling merge of rx buffers
on the host:
<interface ...>
  ...
  <model type='virtio'/>
  <driver ...>
    <host mrg_rxbuf='off'/>
  </driver>
</interface>

https://bugzilla.redhat.com/show_bug.cgi?id=1186886
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h