[libvirt] [PATCH 1/2] util: Functions for getting/setting device options

2015-01-22 Thread akrowiak
From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch provides the utility functions needed to synchronize the rxfilter changes made to a guest domain with the corresponding macvtap devices on the host: * Get/set PROMISC flag * Get/set ALLMULTI, MULTICAST --- src/libvirt_private.syms |8

Re: [libvirt] [PATCH 1/2] util: Functions for getting/setting device options

2015-01-21 Thread Laine Stump
On 01/19/2015 11:18 AM, akrow...@linux.vnet.ibm.com wrote: From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch provides the utility functions needed to synchronize the rxfilter changes made to a guest domain with the corresponding macvtap devices on the host: * Get/set PROMISC flag *

Re: [libvirt] [PATCH 1/2] util: Functions for getting/setting device options

2015-01-21 Thread Tony Krowiak
On 01/21/2015 01:34 PM, Laine Stump wrote: On 01/19/2015 11:18 AM, akrow...@linux.vnet.ibm.com wrote: From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch provides the utility functions needed to synchronize the rxfilter changes made to a guest domain with the corresponding macvtap

[libvirt] [PATCH 1/2] util: Functions for getting/setting device options

2015-01-19 Thread akrowiak
From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch provides the utility functions needed to synchronize the rxfilter changes made to a guest domain with the corresponding macvtap devices on the host: * Get/set PROMISC flag * Get/set ALLMULTI, MULTICAST Signed-off-by: Tony Krowiak