[libvirt] [PATCH 0/3] Add support for coalesce settings on interfaces

Martin Kletzander posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1491580983.git.mkletzan@redhat.com
There is a newer version of this series
configure.ac                                       |  3 +-
docs/formatdomain.html.in                          | 24 ++++++
docs/schemas/domaincommon.rng                      |  3 +
docs/schemas/networkcommon.rng                     | 17 ++++
src/bhyve/bhyve_command.c                          |  2 +-
src/conf/domain_conf.c                             |  9 +++
src/conf/domain_conf.h                             |  2 +
src/conf/networkcommon_conf.c                      | 91 ++++++++++++++++++++++
src/conf/networkcommon_conf.h                      |  9 +++
src/libvirt_private.syms                           |  3 +
src/network/bridge_driver.c                        |  2 +-
src/qemu/qemu_domain.c                             | 31 ++++++++
src/qemu/qemu_interface.c                          |  2 +-
src/uml/uml_conf.c                                 |  2 +-
src/util/virnetdev.c                               | 83 ++++++++++++++++++++
src/util/virnetdev.h                               | 34 ++++++++
src/util/virnetdevtap.c                            |  8 +-
src/util/virnetdevtap.h                            |  2 +
tests/bhyvexml2argvmock.c                          |  1 +
.../qemuxml2argvdata/qemuxml2argv-net-coalesce.xml | 64 +++++++++++++++
.../qemuxml2xmlout-net-coalesce.xml                | 69 ++++++++++++++++
tests/qemuxml2xmltest.c                            |  1 +
22 files changed, 456 insertions(+), 6 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-coalesce.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-net-coalesce.xml
[libvirt] [PATCH 0/3] Add support for coalesce settings on interfaces
Posted by Martin Kletzander 7 years ago
In linux this is supported since 4.11-rc3, I tested it with
4.11.0-rc5-next-20170407.  The particular patch can be found
here:

  https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/?id=e3e37e701713731b22f8cebfa1f5deed455cad8a

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1414627


Martin Kletzander (3):
  util: Add virNetDevSetCoalesce function
  conf, docs: Add support for coalesce setting(s)
  Set coalesce settings for domain interfaces

 configure.ac                                       |  3 +-
 docs/formatdomain.html.in                          | 24 ++++++
 docs/schemas/domaincommon.rng                      |  3 +
 docs/schemas/networkcommon.rng                     | 17 ++++
 src/bhyve/bhyve_command.c                          |  2 +-
 src/conf/domain_conf.c                             |  9 +++
 src/conf/domain_conf.h                             |  2 +
 src/conf/networkcommon_conf.c                      | 91 ++++++++++++++++++++++
 src/conf/networkcommon_conf.h                      |  9 +++
 src/libvirt_private.syms                           |  3 +
 src/network/bridge_driver.c                        |  2 +-
 src/qemu/qemu_domain.c                             | 31 ++++++++
 src/qemu/qemu_interface.c                          |  2 +-
 src/uml/uml_conf.c                                 |  2 +-
 src/util/virnetdev.c                               | 83 ++++++++++++++++++++
 src/util/virnetdev.h                               | 34 ++++++++
 src/util/virnetdevtap.c                            |  8 +-
 src/util/virnetdevtap.h                            |  2 +
 tests/bhyvexml2argvmock.c                          |  1 +
 .../qemuxml2argvdata/qemuxml2argv-net-coalesce.xml | 64 +++++++++++++++
 .../qemuxml2xmlout-net-coalesce.xml                | 69 ++++++++++++++++
 tests/qemuxml2xmltest.c                            |  1 +
 22 files changed, 456 insertions(+), 6 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-coalesce.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-net-coalesce.xml

--
2.12.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list