[libvirt] [PATCH] more interface functions; some needed for VEPA

2010-05-07 Thread Stefan Berger
In the attached patch I am refactoring the function that changes the flags on an interface to call a separate function to first read the flags on the interface. This function that reads the flags then becomes public. I am also adding a function that test whether an interface is currently up. This

Re: [libvirt] [PATCH] more interface functions; some needed for VEPA

2010-05-07 Thread Vivek Kashyap
On Fri, 7 May 2010, Stefan Berger wrote: Then there is a new function that reads the VLANid of a VLAN interface via an ioctl(). This one will be needed by upcoming VEPA related patches. Yes, this is needed by VEPA. With this patch it should be possible to collect all the components required

Re: [libvirt] [PATCH] more interface functions; some needed for VEPA

2010-05-07 Thread Stefan Berger
kashy...@linux.vnet.ibm.com wrote on 05/07/2010 03:21:53 PM: [image removed] Re: [libvirt] [PATCH] more interface functions; some needed for VEPA kashyapv to: Stefan Berger 05/07/2010 03:22 PM Cc: libvir-list On Fri, 7 May 2010, Stefan Berger wrote

Re: [libvirt] [PATCH] more interface functions; some needed for VEPA

2010-05-07 Thread Vivek Kashyap
1. 'Port profile'  comprising of :     VSI Manager ID      1 octet     VSI Type ID         3 octets     VSI Type ID Version 1 octet     VSI Instance ID    16 octets Therefore need to extend the domain xml to take the above 4 values. reference, Pg 50 of the proposal here