[libvirt] [PATCH v2 0/7] Add multiqueue support for macvtaps

Michal Privoznik mprivozn at redhat.com
Thu Dec 10 07:38:04 UTC 2015


Patches 1, 2, 3, 6, 7 have been ACKed in previous round. However, I did
slightly change them to reflect Laine's review suggestions.
Patch 4 has not been ACKed yet, patch 5 is new.

Michal Privoznik (7):
  virNetDevMacVLanCreateWithVPortProfile: Turn vnet_hdr into flag
  virNetDevMacVLanTapOpen: Slightly rework
  virNetDevMacVLanTapOpen: Rework to support multiple FDs
  virNetDevMacVLanTapSetup: Rework to support multiple FDs
  virNetDevMacVLanTapSetup: Allow enabling of IFF_MULTI_QUEUE
  virNetDevMacVLanCreateWithVPortProfile: Rework to support multiple FDs
  qemu: Enable multiqueue for macvtaps

 src/lxc/lxc_process.c       |   3 +-
 src/qemu/qemu_command.c     |  65 ++++++++++------
 src/qemu/qemu_command.h     |   2 +
 src/qemu/qemu_hotplug.c     |  16 ++--
 src/util/virnetdevmacvlan.c | 185 ++++++++++++++++++++++----------------------
 src/util/virnetdevmacvlan.h |   7 +-
 6 files changed, 153 insertions(+), 125 deletions(-)

-- 
2.4.10




More information about the libvir-list mailing list