[libvirt] [PATCH 0/2] Handle hotplug change on VLAN configuration using OVS

Antoine Millet posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170717154900.23761-1-antoine.millet@tdf.fr
src/libvirt_private.syms        |   1 +
src/qemu/qemu_hotplug.c         |  16 ++++-
src/util/virnetdevopenvswitch.c | 145 ++++++++++++++++++++++++++++------------
src/util/virnetdevopenvswitch.h |   9 +++
4 files changed, 127 insertions(+), 44 deletions(-)
[libvirt] [PATCH 0/2] Handle hotplug change on VLAN configuration using OVS
Posted by Antoine Millet 6 years, 8 months ago
This patch set allow to change VLAN configuration of running guest using OVS
as networking backend.

Use case here: https://www.redhat.com/archives/libvirt-users/2017-July/msg00043.html

"Refactored OVS VLAN configuration" moves the code building the VLAN configuration
arguments passed to ovs-vsctl into a separated function to be reused by "Handle
hotplug change on VLAN configuration using OVS" which implements the handling of
VLAN change into qemuDomainChangeNet.

Antoine Millet (2):
  Refactored OVS VLAN configuration
  Handle hotplug change on VLAN configuration using OVS

 src/libvirt_private.syms        |   1 +
 src/qemu/qemu_hotplug.c         |  16 ++++-
 src/util/virnetdevopenvswitch.c | 145 ++++++++++++++++++++++++++++------------
 src/util/virnetdevopenvswitch.h |   9 +++
 4 files changed, 127 insertions(+), 44 deletions(-)

-- 
2.13.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] Handle hotplug change on VLAN configuration using OVS
Posted by Michal Privoznik 6 years, 8 months ago
On 07/17/2017 05:48 PM, Antoine Millet wrote:
> This patch set allow to change VLAN configuration of running guest using OVS
> as networking backend.
> 
> Use case here: https://www.redhat.com/archives/libvirt-users/2017-July/msg00043.html
> 
> "Refactored OVS VLAN configuration" moves the code building the VLAN configuration
> arguments passed to ovs-vsctl into a separated function to be reused by "Handle
> hotplug change on VLAN configuration using OVS" which implements the handling of
> VLAN change into qemuDomainChangeNet.
> 
> Antoine Millet (2):
>   Refactored OVS VLAN configuration
>   Handle hotplug change on VLAN configuration using OVS
> 
>  src/libvirt_private.syms        |   1 +
>  src/qemu/qemu_hotplug.c         |  16 ++++-
>  src/util/virnetdevopenvswitch.c | 145 ++++++++++++++++++++++++++++------------
>  src/util/virnetdevopenvswitch.h |   9 +++
>  4 files changed, 127 insertions(+), 44 deletions(-)
> 

I've fixed all the issues I found, ACKed and pushed. Congratulations on
your first libvirt contribution!

Michal

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