Re: [libvirt] [PATCH 4/6] virNetDevMacVLanTapSetup: Rework to support multiple FDs

2015-12-07 Thread Michal Privoznik
On 04.12.2015 18:43, Laine Stump wrote: > On 12/04/2015 07:31 AM, Michal Privoznik wrote: >> So, for the multiqueue on macvtaps we are going to need to open >> the device multiple times. Currently, this is not supported. >> Rework the function, so that upper layers can be reworked too. > > Either

[libvirt] [PATCH 4/6] virNetDevMacVLanTapSetup: Rework to support multiple FDs

2015-12-04 Thread Michal Privoznik
So, for the multiqueue on macvtaps we are going to need to open the device multiple times. Currently, this is not supported. Rework the function, so that upper layers can be reworked too. Signed-off-by: Michal Privoznik --- src/util/virnetdevmacvlan.c | 66

Re: [libvirt] [PATCH 4/6] virNetDevMacVLanTapSetup: Rework to support multiple FDs

2015-12-04 Thread Laine Stump
On 12/04/2015 07:31 AM, Michal Privoznik wrote: So, for the multiqueue on macvtaps we are going to need to open the device multiple times. Currently, this is not supported. Rework the function, so that upper layers can be reworked too. Either merge 3 & 4 together, or change the log message