[libvirt] [PATCH 3/6] virNetDevMacVLanTapOpen: 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 | 58

Re: [libvirt] [PATCH 3/6] virNetDevMacVLanTapOpen: Rework to support multiple FDs

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