[libvirt] [PATCH 0/3] Introduce support for rx_queue_size

Michal Privoznik mprivozn at redhat.com
Fri Aug 19 11:54:29 UTC 2016


This series is implementing support for something, that is not merged yet to
qemu. Therefore I won't push it until qemu side patch (which is in queue as
qemu is preparing for 2.7 release) is in [1]. However, review is welcome!

1: http://lists.nongnu.org/archive/html/qemu-devel/2016-08/msg02029.html

Michal Privoznik (3):
  conf: Add support for virtio-net.rx_queue_size
  qemu_capabilities: Introduce virtio-net-*.rx_queue_size
  qemu: Implement virtio-net rx_queue_size

 docs/formatdomain.html.in                          |  7 +++++-
 docs/schemas/domaincommon.rng                      |  5 ++++
 src/conf/domain_conf.c                             | 16 ++++++++++++
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_capabilities.c                       |  2 ++
 src/qemu/qemu_capabilities.h                       |  1 +
 src/qemu/qemu_command.c                            |  8 ++++++
 src/qemu/qemu_domain.c                             |  7 ++++++
 .../qemuxml2argv-net-virtio-rxqueuesize.args       | 25 +++++++++++++++++++
 .../qemuxml2argv-net-virtio-rxqueuesize.xml        | 29 ++++++++++++++++++++++
 tests/qemuxml2argvtest.c                           |  2 ++
 11 files changed, 102 insertions(+), 1 deletion(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxqueuesize.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxqueuesize.xml

-- 
2.8.4




More information about the libvir-list mailing list